Okay
  Public Ticket #1540216
Portfolio Rollover
Closed

Comments

  •  2
    cmd84beyond started the conversation

    Can I remove the option for a drop shadow in portfolio?


  •  9,011
    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):

    .parallaxImg-shadow {
        box-shadow: none !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    cmd84beyond replied

    Awesome! That worked, thanks so much!