I would like to achieve Tabs Background color and font color
Could you please provide the Quick CSS for that?
Hey gzelasco,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
div .main_color .tabcontainer .active_tab_content, div .main_color .tabcontainer .active_tab {
background-color: orange;
color: red;
}
Best regards,
Yigit
Thanks !!! One more thinks
To change TITLE color and size¿?