How to change background color of nav bar on X theme

Hi :o) How do you change the background color on x theme . I read a lot of help post on the topic but none of them are working.

Here’s the site http://bayareayogacollective.org/
and i need the nav bar background to be white :o)

Hello @Eyeappealdesign,

Thanks for asking. :slight_smile:

You can add following CSS under X > Theme Options > CSS to change navbar background color:

.x-navbar {
        background-color: #fff;
    }

I have found the proper CSS code selector using the Chrome browser Developer Toolbar:

https://www.youtube.com/watch?v=wcFnnxfA70g

For the CSS code itself, I suggest that you get started with this tutorial:

https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

thank you that worked

You’re welcome.

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