Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1349895

    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 :)

    #1349938

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.