Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1221994
    jackbenimble
    Participant

    I’m wondering if there is a way to add an overlay color to my video revolution slider.

    #1221996
    jackbenimble
    Participant
    This reply has been marked as private.
    #1222119
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    .rs-background-video-layer:before {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255,255,255,0.5);
        content: " ";
        z-index: 99999;
    }

    Hope that helps.

  • <script> jQuery(function($){ $("#no-reply-1221994 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>