NavigationBar
-
I am not able to change color of my navigation bar.
The blog I need help with is: (visible only to logged in users)
-
Hi @nr6496!
Changing the color of specific elements of your site, like the navigation bar, is possible with Custom CSS (part of a Premium Plan or Business Plan).
With that, you could open My Site > Customize > CSS and add this snippet:
.stick { background-color: #eee; }That’s a light gray color, you can replace it with a different HTML color code if needed :)
- The topic ‘NavigationBar’ is closed to new replies.