Hi,
I would like to change the color of the overlay that is on the exposed portion of the horizontal slider. Please advise how to do this, as there is no overlay option available.
Slider can be seen on website.
Thank you.
Hey image2site,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#top.home .aviaccordion-preview-title-wrap {
background: rgba(254, 234, 54, 0.3) !important;
}
Please adjust the color to suit, then clear your browser cache and check.
For this example, I used a yellow.
Best regards,
Mike