Hide drop shadow

How do I hide the shadows on the widgets and content boxes?

Hi @mullikinagency,

Please use this css:

 .widget {
     -webkit-box-shadow: none;
    box-shadow:none;
 }
#content .post {
box-shadow:none;
}

Thanks,

Cristian

Thanks! It worked on the sidebar but not the main content. I’ve tried placing in code in a couple different places and it doesn’t change. Is there a specific place besides the “Additional CSS” and “Travelify Other Options” that it needs to go?

Hi @mullikinagency,

Could you provide your url to check?

Thanks,

Cristian