• Resolved lichael06

    (@lichael06)


    What CSS code should I use to change the opacity of the slider captions? Thank you very much.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    You can use the following code to change the background opacity.

    You can change the opacity value to your preference from .5 being 50%, and 1 as 100%

    .metaslider .caption-wrap {
        background: rgba(0,0,0,.5) !important;
    }
    Thread Starter lichael06

    (@lichael06)

    Thank You!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Flexslider Caption Opacity’ is closed to new replies.