This topic has 3 replies, 2 voices, and was last updated 8 years ago ago by Rose Tyler
Hi there,
I am trying to change the color of the open tabs (Featured & New Arrivals) from #e5534c (the default color) to #8224e3 so that it matches the changed color of the theme using the following CSS Code I got from another thread:
.tabs .tab-title.opened {
color: #8224e3 !important;
}
I have cleared the cache and nothing seems to change at all.
I even tried editing the stylesheet.css file and nothing changed.
Thanks for your help!
Nevermind – I figured out that I had to add the following CSS Code:
.vc_tta-style-classic .vc_tta-tabs-container li.vc_tta-tab.vc_active span {
color: #8224e3;
}
Thank you!
Hello,
We’re glad to hear that your issue was solved.
If you want made style changes you need edit custom.css file (Theme Options > Custom CSS, also, Enable Custom CSS file) only then you won’t lose them.
Regards,
Rose Tyler.
You must be logged in to reply to this topic.Log in/Sign up