Okay
  Public Ticket #1299072
Adding BG Opacity to Nectar Slider
Closed

Comments

  • jutty0069 started the conversation

    Hi 

    I searched here to see if i could add a slight background colour to the Nectar Slider and you give this.

    .active_texture {
        background-color: rgba(0,0,0,0.4) !important;
    }

    But that is for the texture overlay is there a way to remove the texture and just use the rgba?


  •  8,470
    Tahir replied

    Hey,

    You mean the whole Nectar Slider ?. You will likely have to create a Pseudo css element and overlay on it .

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •   jutty0069 replied privately
  •  8,470
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .swiper-slide .image-bg:before {
        content: '';
        background: rgba(51, 51, 51, 0.59) !important;
        display: block !important;
        width: 100%;
        height: 100% !important;
    }

    Thanks


    ThemeNectar Support Team 

  • jutty0069 replied

    You are a star once again thanks Tahir