On my page I have two sets of accordion, the top one looks great but on the bottom one (titled MORE WAYS TO GIVE
) I would like to change the accordion toggles background colors to #f5f5f5f because it is currently clashing with the color section background color. Is it possible to change it JUST ONLY on this one area? I don’t want to change it globally on the site.
Here is my page
Hey
You can always edit your color section element and give it a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png and target elements inside it using following code
#your-unique-id .toggler {
background-color: #f5f5f5;
}
Best regards,
Yigit
thank you
that works