Slider

This topic contains 3 replies, has 2 voices, and was last updated by  ab-themes 7 years, 8 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #17811

    Advantage
    Participant

    Is there a way to add a color overlay over the video on our homepage slider? Like a transparent color over the whole video?

    #17829

    ab-themes
    Keymaster

    Hi,

    please go to Dashboard/Revolution slider. Click on slider that you need and then on Link & SEO tab. First input is Class, so add there some class like we did in picture in attachment. After that open your style.css file
    (you can find it here \wp-content\themes\revelance\style.css)

    and in the end of that file paste this code:

    .dark-bg .tp-bgimg.defaultimg {
       background: rgba(200, 54, 54, 0.9) !important;
    }

    You set color that you like, we set red just for example.

    Kind regards

    #17866

    Advantage
    Participant

    I added:

    green-bg as my class in the slider

    and this at the end of the style.css

    .green-bg .tp-bgimg.defaultimg {
    background: rgba(140, 198, 63, 0.5) !important;
    }

    But i do not see any change on my homepage. I cleared my cookies as well but still do not see the change made?

    #17871

    ab-themes
    Keymaster

    Hi,

    please read this documentation for Revolution slider:

    https://www.themepunch.com/faq/extend-image-overlay/

    There you have few options how to add overlay.

    I hope this help you.

    Kind regards

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Slider’ is closed to new replies.