How can I change the background color for the Navigation Bar?
How can I change the background color for the Navigation Bar?
hi
you can do by using the css:
take the class of the navigation menu then you can apply the css
.menu { background-color:#600; }
thanks
p5systems
Depends on your theme, if you are on default theme then you can add this to your css.
.menu { background-color:#600; }
hi,
.sf-menu{
background: #600;
}
for the child theme
You must log in to post.