Okay
  Public Ticket #2923306
Fancy box
Closed

Comments

  •  7
    Debbie started the conversation

    Hi, I wondered if there is any way to change the opacity colour of the fancy box. I can't see an option to change from the default grey? 


    Username: flywheel

    password: roomy-chain

  •  279
    Noah replied

    Hello Debbie,

    Please try the css below:

    .nectar-fancy-box[data-style="hover_desc"] .box-bg:before, .nectar-fancy-box[data-style="hover_desc"]:before {
        background: transparent !important;
    }
    

    Thanks.

  •  7
    Debbie replied

    Hello, thank you, however that doesn't make any difference 

  •  1,878
    Judith replied

    Hi Debbie,

    Please try this css:

    .nectar-fancy-box .box-bg:after {
        background-color: rgb(51 51 51 / 23%);
    }

    Thanks.

  •  7
    Debbie replied

    Judith, thank you, worked a treat and I changed the colour to blue :-)

    Many Thanks