i want to change the navigation bar colour
-
-
Via Custom CSS https://en.support.wordpress.com/custom-design/custom-css/ add this, and adjust the color as desired:
body:not(.fse-enabled) #site-navigation, body:not(.fse-enabled) .main-navigation { background-color: #000; border-bottom: none; }
- The topic ‘i want to change the navigation bar colour’ is closed to new replies.