Change colour of Accordion Headings

Hi there,

Just wondering if its possible to change the colour of the headings in the Accordion Module to match the same colour as the headings in the website.

http://acra.breakawaycreative.com.au/about-acra/state-associations/

Thanks

Kay

Hey Kay,

Sure, here is a bit of CSS you can use to do that:

.fl-accordion-button-label {
color: #293189;
}

Best,
Billy