Can you tell me how to change the font color of the closed (not active) tabs to white?
Now they are gray and almost not readable.
Thanks ahead!
Hey mirotck,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.main_color .tabcontainer .tab {
color: #ccc;
outline: none;
}
#top .main_color .tabcontainer .tab:hover {
color: #9b9898;
}
If you need further assistance please let us know.
Best regards,
Victoria