I am using the Tabs element and I would like to change the color of the Tab background so that they are more visible. But I cannot figure out how to do this. Any help would be greatly appreciated
Hi ckish!
Please add the following code to your CSS
div .main_color .tabcontainer .active_tab_content {
background: #000;
}
and change the color with what you think is better.
Best regards,
Basilis