Hello,
Please help , I want to change the background color and header text color for active toggle in Accordion bar shortcode. I cant find a way to make change on it.
I would like to change active accordion bgcolor to be blue (better if can be gradient blue like my nav bar)
Please help , Thank you
Hi zmkstudio!
Add this to your custom CSS.
.single_toggle .activeTitle {
background: none repeat scroll 0 0 blue !important;
color: white !important;
}
Your probably going to have to disable the Cufon plugin though if you want to change the color.
Regards,
Elliott