Okay
  Public Ticket #3714027
Icon shadows
Closed

Comments

  •  5
    samsaad94 started the conversation

    Hello,

    How can I remove the shadows of the icon module?

    I need to use this format as it fits the look I'm going for. Just need the shadows removed.

    I need the solid color format.

    Thanks

    Attached files:  Icon Shadows.PNG

  •  8,837
    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_icon_wrap[data-style="shadow-bg"][data-color="extra-color-2"] .nectar_icon:before {
        box-shadow:none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  5
    samsaad94 replied

    Perfect works great!
    Thanks!