Will you please tell me how to change the color of the title for the individual slides of an accordion slider? The excerpts are in white, which is what I want, but the titles are in a dark gray that are difficult to read.
Thanks in advance!
Mark
Hi Mark,
Please try the following in Quick CSS under Enfold->General Styling:
h3.aviaccordion-title {
color:white !important;
}
Best regards,
Rikard
That worked!
Thank you!