Okay
  Public Ticket #2156746
take out shadows from boxed layout
Closed

Comments

  •   andrea_envato started the conversation
  •  8,992
    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):

    img.img-with-animation[data-shadow="x_large_depth"], .wpb_column[data-shadow="x_large_depth"], .nectar_cascading_images .cascading-image[data-shadow="x_large_depth"] .img-wrap, .nectar_cascading_images .cascading-image[data-shadow="x_large_depth"] .bg-color, .nectar-video-box[data-shadow="x_large_depth"], .nectar-flickity[data-shadow="x_large_depth"] div.cell {
        box-shadow: 0 60px 135px rgba(0,0,0,0), 0 15px 75px rgba(0,0,0,0) !important ;
    }

    Thanks


    ThemeNectar Support Team