Okay
  Public Ticket #1980301
Remove the shadow of text in Homeslider
Closed

Comments

  • MAG_Jeunes_LGBT started the conversation

    How can I remove the shadow of my text in the home sliders ?T

    Thank you

  •  8,996
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    #featured article .post-title h2 span {
        background: transparent !important;
        box-shadow: none !important;
    }

    Thanks


    ThemeNectar Support Team