Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Change color Easy Slider caption and background #835235

    Updated as now resolved.

    • This reply was modified 7 years, 3 months ago by robjherron.

    I have now managed to get the opacity fixed on the background colour with the following code (in case anyone else wants to use it) but that still leaves the other issue.

    How can I make it so that this code applies to specific pages/Easy Sliders?

    .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);
    display:inline-block;
    margin:0 0 1px 0;
    padding:10px 15px;
    }

    I’ve been trying out the following code (note the addition of opacity) but unfortunately, the new colour background behind the captions is staying solid.

    By default, it’s a transparent black/grey colour so I’m thinking there must be an easy bit of code to change that.

    .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: #ce9e20 !important;
    filter: alpha(opacity = 50);
    
    }
    
    .avia-caption .avia-caption-content p {
    filter: alpha(opacity = 50);
    }
    
Viewing 3 posts - 1 through 3 (of 3 total)