Hi
I wish to isolate the border colours for accordions and tab boxes, in other words I want to change the colour of the border for these items not using the global colour setting in the theme options.
Thanks, Silvio
Hi silviouk!
Please add following code to Quick CSS in Enfold them options under Styling tab and adjust as needed
.togglecontainer .single_toggle:first-child .toggler, .togglecontainer .taglist + .single_toggle .toggler { border-color: red; }
.js_active .active_tab_content, .js_active .top_tab .tab { border-color: yellow; }
Cheers!
Yigit