Jump to content


Replying to Change Tab Color Css Doesn't Do Anything


Post Options

  or Cancel


Topic Summary

Ronald

Posted 30 April 2012 - 01:31 PM

Hi,

please add a link to your site so we can look into this,

thanks,
Ronald

Posted 30 April 2012 - 06:02 AM

I can't change the color of my tabs no matter what I try in CSS. I founds these on this forum and none of them do anything to my widget.
I want to change the tabs from black to something else. How can I do this??







#tabber_widget-2-content.tabber-widget-rounded-light ul.tabber-widget-tabs li:nth-child(2) a.selected {
    background-color: lightgreen;
}

#tabber_widget-2-content.tabber-widget-rounded-light ul.tabber-widget-tabs li:nth-child(3) a.selected {
    background-color: red;
}

#tabber_widget-2-content.tabber-widget-rounded-light ul.tabber-widget-tabs li:nth-child(4) a.selected {
    background-color: darkgreen;
}

#tabber_widget-2-content.tabber-widget-rounded-light ul.tabber-widget-tabs li:nth-child(5) a.selected {
    background-color: blue;
}



.tabber-widget-rounded-dark ul.tabber-widget-tabs a:hover {
    color: #000 !important;
}



.tabber-widget-rounded-dark ul.tabber-widget-tabs a:hover {
    color: #000 !important;
    background-color: #e1771e !important;
}

Review the complete topic (launches new window)