Okay
  Public Ticket #2939169
Fancy Boxes
Closed

Comments

  •  5
    Richard Bratton started the conversation

    Hi - How can I remove the initial graded tint on the fancy boxes so that the images are more vibrant when first appearing?

  •  8,840
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

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

    Thanks


    ThemeNectar Support Team 

  •  5
    Richard Bratton replied

    Thank you for your speedy reply!

    All working well  - though there is a warning triangle in theOptions Panel - see attached.

    Is this anything to be worried about?

  •  1,878
    Judith replied

    Hi Richard,

    You can ignore the exclamations, they are only a worry when they turn red, otherwise you can ignore the yellow ones.

    Thanks.