I’d like to remove the background frame from the title and caption in the Easy Slider.
Thanks.
Hey scottrseeley!
Thank you for visiting the support forum!
Please use this on Quick CSS or custom.css to remove the caption background:
.caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title {
background: transparent;
}
Cheers!
Ismael