Header Color Change Only Works With Some Pages
-
I added the following Custom CSS to my site to make the Header bar stay blue. It works for some pages but not all pages in my site. (For example the Blog page has a black header.)
Code:
.page .navbar-custom {
background: #167ac6 !important;
}.page nav.navbar.navbar-custom{
background: #167ac6 !important;
}How do I get this to work throughout my site? Thanks.
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Header Color Change Only Works With Some Pages’ is closed to new replies.