charcol Posted September 30, 2022 Share Posted September 30, 2022 (edited) Site URL: https://avarrow.com/ Hello! I am trying to figure out how to display my navigation bar on all of my pages, and not just the homepage. I have already uploaded a CSS code to add a background to the bottom header, which is where I have the nav buttons displayed so that it looks like they have a background bar. I added some code to reduce the margin top on my other pages and the nav buttons display, but no background... I also noticed that the text is black, and with the background, I would prefer for them to be white. Please advise!!! I have included pictures of one of the child pages showing the nav buttons with no background and a picture of my homepage with the desired nav buttons featuring a colored background. Thank you in advance! (Site password is 8520) Edited September 30, 2022 by charcol Link to comment
Solution tuanphan Posted October 1, 2022 Solution Share Posted October 1, 2022 Add to Design > Custom CSS body:not(.homepage) header.Header.Header--bottom { background-color: #033500 !important; height: 100px; } body:not(.homepage) header.Header.Header--bottom * { color: white !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment