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)
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. 
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:
For the CSS code itself, I suggest that you get started with this tutorial:
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.