Remove shadow
- The topic ‘Remove shadow’ is closed to new replies.
Need help? Check out our Support site, then
Hi,
How can I remove the shadow effect / borders on all pages and/or on individual pages?
Thanks, Caroline
The blog I need help with is: (visible only to logged in users)
Hi Caroline,
Within the WordPress admin, navigate to Appearance > Customize > Additional CSS, then add the following CSS:
.container {
box-shadow: none !important;
}
That should remove the page shadow on all pages.
I hope this helps. Thanks!