Hi,
I’d like to increase the size of the Caption Titles on the accordion slider, can you give me the code for that?
Thanks heaps!
Hi Emidi,
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
Rikard
Hi,
Yes sure, here is the link to show you. I want the titles eg “Wildlife trafficking”, “human trafficking” etc in a larger font, and maybe colour change as well.
Thanks a lot.
Hey!
To change the title size please add the below code to Enfold > General Styling > Quick CSS
feel free to adjust the font size to suit your needs :)
/*Change title size */
#top .aviaccordion-title {
font-size: 34px!important;
}
Regards,
Vinay Kashyap
Thanks so much! That worked perfectly :)