I’ve been able to change the color of my active tabs in quick css with this:
div .main_color .tabcontainer .active_tab {
background-color: #719430;
}
How do I make specific active tabs different colors? If I wanted tab_counter_0 to be red when active and tab_counter_1 to be green, what would I put in quick or custom css?
-
This topic was modified 10 years, 5 months ago by emergenetics. Reason: solved