Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #873532

    Hi guys

    Just fine tuning my site and trying to change the colour of the background frame on both the Easy Slider and Full Screen Slider (I’m using both, Full Screen on Mobile and Easy Slider on Desktops). Could you provide some CSS to change that and maintain the opaqueness?

    Thanks!

    Jon

    #874254

    Hi Enfold team,
    I have figured this out – except for the opacity feature. On mobile phones I am using the Full Screen Slider. I have this CSS set up to make the text frame blue:

    .caption_framed .slideshow_caption .avia-caption-title {
    background:#125798 !important;
    }

    As you can see, the top box is solid blue, but the bottom box is 90% opacity. How can I make the top box have 90% opacity to match?

    Thanks for your help.
    Jon

    #874437

    Hi,

    Thank you for using Enfold.

    Please use the following css code.

    .caption_framed .slideshow_caption .avia-caption-title {
        background: rgba(18, 87, 152, 0.5) !important;
    }

    Best regards,
    Ismael

    #874789

    Awesome – thank you!

    #875037

    Hi,

    Glad we could help. Please feel free to open a new thread if you need anything else. :)

    Best regards,
    Ismael

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Full Screen Slider / Full Width Easy Slider Frame Colour’ is closed to new replies.