Dear support team,
At the bottom of this webpage:
http://dev-optiekmagnifiek.kontak.nl/
I have created an accordion slider with 6 slides.
I used CSS to style the accordion tabs to dark pink/magenta.
I would like to use a different color for each slide, so for example the first one is pink, the second one orange, the third one green and so on. How can I achieve this?
Thank you very much in advance!
Hey pelgrimrat,
You can target the background with CSS like this:
li.aviaccordion-slide-1 .aviaccordion-preview-title-wrap {
background: rgb(116,61,140,0.8);
}
Then change the number in the slide class for your next element.
Best regards,
Rikard
Dear Rikard,
It worked perfectly!
Thank you so much!
Best regards,
Maarten
Hi,
Glad Rikard could help! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
Yigit