Hello team,
Please, how can I change the caption color background on images or slides, or…
Now it is always black
Thanks a lot for your help :)
Hi Magdalena,
For the image, Edit the Image element, go to Styling (tab) > Image Caption > change the Caption Overlay Background Color.
For the slider caption, you’ll need to use custom CSS, add this CSS code in Quick CSS (just change the color):
.avia-slideshow .avia-caption .avia-caption-content p {
background-color: rgba(255,0,0,0.5);
}
Best regards,
Nikko