Okay
  Public Ticket #827203
Boxed Layout
Closed

Comments

  • MyshaSantini started the conversation

    Is it possible to remove the drop shadow on the boxed layout? I can't see the option in the Salient panel

    Thank you!

  •  8,994
    Tahir replied

    Hey ,
    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    div#boxed {
        box-shadow: none !important;
    }
    

    Best.


    ThemeNectar Support Team 

  • MyshaSantini replied

    Thank you so much!