http://www.testid212.com/tr/figur-kongre-pco-hizmet-alanlari/
i’am using accordion as toggle. But i want every accordion item with diffrent color.
Hi OGU!
Please see – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
then add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.your-class .toggler {
background: red;
}
.your-class .toggle_content {
background: orange;
color: white;
}
Cheers!
Yigit
thank you very much !