Hello,
My employers have requested that I change the background colors of the tabber tops (the clickable portions) and the +/- (open/close) boxes on the accordions to make them stand out more. I can only find the option to change the colors of the text in the Muffin Options. Before I go poking around in the CSS blindly, can you advise me on how to do this? Thanks!
Comments
.mfn-acc .title, .jq-tabs li a{
Thanksbackground:gold !important;
}
.mfn-acc .title i{
color:red !important;
}
.accordion .question .title::before {
thanksbackground:blue !important;
}
body .mfn-acc .title i {
color:#fff !important;
}
.ui-tabs .ui-tabs-nav li:not(.ui-state-active) a {
background:blue !important;
color:#fff !important;
}