Okay
  Public Ticket #928195
Remove semi-transparent black box over image on Fancy box
Closed

Comments

  • Pablo started the conversation

    Hello,

    I'm trying to take out this semi-transparent black box over the image on the Fancy box but I don't find it the code, can you tell me how to remove it.

    Thank you in advance

    Pablo

  • Pablo replied

    Joust found it....

    .nectar-fancy-box .box-bg:after {background-color: rgba(51,51,51,0);}


  •  8,996
    Tahir replied

    Hey Pablo,

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

    .nectar-fancy-box:hover .box-bg:after {
        background-color: rgba(51,51,51,0) !important;
    }

    Thanks


    ThemeNectar Support Team 

  • Pablo replied

    Ok! Thank you!