Hi,
How can we put away the frame with the shadow? See attachment.
Carla

Hi,
How can we put away the frame with the shadow? See attachment.
Carla

Hi Carla,
Thank you for reaching out to us. To remove the box shadow from the pages, please add the following code in the Theme Options > CSS:
.entry-wrap {
box-shadow: none !important;
}
Here are some related links for further reading, this could help you in finding and implementing some CSS fixes:
Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.