Hello,
Im trying to change the background color (Black) to a green color. I’ve tried some css, but I couldn’t change the default color of black.
Here is the website: http://d3u.c57.myftpupload.com/
Any help is greatly appreciated.
Thanks!!!
Hello,
Im trying to change the background color (Black) to a green color. I’ve tried some css, but I couldn’t change the default color of black.
Here is the website: http://d3u.c57.myftpupload.com/
Any help is greatly appreciated.
Thanks!!!
Hi @IRGmarketing,
You have to change the background color value set through CSS that you can find in X > Theme Options > CSS:
Which is this block of code:
.x-logobar, .x-navbar, .x-navbar .sub-menu, .x-colophon.top {
background-color: #000000;
}
All you have to do is change #000000; to the color you prefer.
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.