• Resolved healthymc

    (@healthymc)


    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)
  • Hi there,

    You can add the following CSS to fix it:

    .blog .navbar-custom {
    background: #167ac6 !important;
    }

    Let me know if it works. ??

    Hello!

    It works fine on main page, but when I go to the Cart page for example, I have back again black color. How to fix that on all pages?

    • This reply was modified 7 years, 4 months ago by Louboutinn.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header Color Change Only Works With Some Pages’ is closed to new replies.