I am trying to figure out how to change the color for the background and text of a tab when it is in its “Active” state.
The kind of tabs I am talking about are at…
http://kriesi.at/themes/enfold/shortcodes/tabs/
=============
Thanks in advance.
Hi Anthony!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
div .main_color .tabcontainer .active_tab_content { background-color: red; }
div .main_color .tabcontainer .active_tab { background-color: green; color: white; }
Best regards,
Yigit