Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #351652

    Love the options to change the font color and size on the full width easy slider, but would like to change the default black color and opacity of the frame behind the text + modify the positioning within the slider.

    What’s the quick CSS trick?

    Thanks!

    #352034

    Hey codemode!

    Thank you for using Enfold.

    You can use this on Quick CSS:

    .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: #000;
    filter: alpha(opacity = 80);
    background: rgba(0, 0, 0, 0.5);
    }

    Cheers!
    Ismael

    #352256

    perfect thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change Frame Color on Full Width Easy Slider’ is closed to new replies.