Tagged: tabs
Hi!
I would like the font color in the tab to appear only in black when inactive – it is grey now and that is very unclear against the background color.
I’ve tried placing few css codes i found on the forum but none of it worked:
tried this:
>code>.active_tab_content .tab_inner_content { color: black; font-size: 16px; }
tried this:
.main_color .sidebar_tab, .main_color .tabcontainer .tab {
background: blue;
color: white;
}
tried this:
.main_color .tab_inner_content h4 {
color: white;
font-size: 18px;
}
.main_color .tab_inner_content > * {
color: white;
font-size: 14px;
}