I would like to change the background of the tabs from grey to (anything)
Can I also change the font in the tabs from black to white?
Any help would be great!
I would like to change the background of the tabs from grey to (anything)
Can I also change the font in the tabs from black to white?
Any help would be great!
Hey,
depending on which theme style you're using (dark-skin.css or minimal-skin.css) you should edit the proper .css file found in your css folder.
Find the following and replace the background color.
.js_active .tab{
background:#f8f8f8;
border:1px solid #eee;
border-bottom: none;
}
To change the font color you can add:
color:#ff0099; (pick any color HEX color code you'd like)
Thank you Chris
Glad I could help :)
You must log in to post.