Tagged: background, Color, tabs
Hi
Can you help me with the tabs color in quick css?
I would like to have the background color in the title bar change to #719431, the font to #ffffff and the container with the text to be fill with background color #ffffff.
I have try with several of the answers in here, but did not solve it :-/
Thank you in advanced!
Tina62
Hi,
I found out how to do this, trying every single answers here in support:-)
This work with the color I wanted, with the custom css active and in the Quick CSS :
.your-custom-css-name .main_color .tabcontainer .active_tab_content, div .main_color .tabcontainer .active_tab {
background-color: white;
color: #666666 !important;
}
.your-custom-css-name .tab {
background-color: #xxxxxx;
color: #ffffff !important;
}
Cheers
Tina62