Remove shadow box gradient from Widely theme
-
Hello!
I am trying to figure out the CSS necessary to remove the shadow box from around my blog. I am using the Widely theme. You can see what I mean at my blog:
Thank you!
Sarah
The blog I need help with is: (visible only to logged in users)
-
To remove the shadow from the Widely theme, add this to your Appearance → Custom Design → CSS editor:
.site { box-shadow: none; }
- The topic ‘Remove shadow box gradient from Widely theme’ is closed to new replies.