Hi,
I am wondering how to change the color of the semi-transparent overlay on the accordion slider and how to make the title of the post larger on the excerpt.
Thanks,
A
Hey A!
Please add following code to Quick CSS and adjust as needed
#top .aviaccordion-preview-title-wrap { background: rgba(255,0,0,0.5); }
#top .aviaccordion-title { font-size: 22px; }
255,0,0 is RGB value of the color and 0.5 is opacity level. You can set opacity level between 0-1
Best regards,
Yigit
Great, this has worked!
Thanks,
A