Nav Bar background color
- The topic ‘Nav Bar background color’ is closed to new replies.
Need help? Check out our Support site, then
Can the nav bar background color be changed?
(I have the custom design upgrade)
The blog I need help with is: (visible only to logged in users)
Hi there,
Yup, you can change this.
Here’s an example CSS style that should point you in the right direction:
#navigation {
background: #FFF;
box-shadow: none;
border-bottom: none;
}
Kind Regards,
Scott