I have edited the Accordion Toggles Styling like this:
Custom Font Color #00b6ed
Custom Background Color #ffffff
Custom Border Color #ffffff
Custom +/- Icon Color #eaeaea
Custom Font Color Current Toggle #ffffff
Title Bar Custom Background Color #00b6ed
But how can I get accordion toggle content color #000000
Title font color should still be #00b6ed
This did not work:
.alasveto .toggle_content {
color: #000000 !important;
}
Hi,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
#top .alasveto .toggle_content {
color: #000 !important;
}
Best regards,
Yigit
This works. Thanks!
never mind