Changing colour of nav bar and sidebar
-
Looking for CSS code to change nav bar to 302D7F with white text – and sidebar to 008AC1, again with white text.
The blog I need help with is: (visible only to logged in users)
-
Give this a try for the navigation.
.nav-menu li a { color: #fff; } .site-header { background-color: #302d7f; }And this for the sidebar widget titles.
.widget-title { background-color: #008AC1; color: #fff; } .widget-title::after { border-top-color: #008AC1; }
- The topic ‘Changing colour of nav bar and sidebar’ is closed to new replies.