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!