Integrity Static Header

Hi I would like to change the colour of the rule that is under the Site title header when using the Integrity Light stack. Is this possible please?
Thanks
Alex

Hi Alex,

Please add this code in X > Theme Options > CSS:

.x-navbar-inner {
    background-color: #efefef;
}

Feel free to change the color value.

Hope this helps.

Hi Jade. Thanks for your post. I had found that which changes the colour of the whole header. It was the bottom border colour of the header, or the line that is under the site title that I wanted to change

Thanks

Hi Alex,

Please try this code:

.x-navbar {
    border-bottom-color: #000;
    box-shadow: none;
}

Then change the value of the border color in the code to your preference.

If this is still not working, please provide the URL of the site in question so we can check it.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.