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 halfdazed.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
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 halfdazed.com.
To remove the shadow from the Widely theme, add this to your Appearance → Custom Design → CSS editor:
.site {
box-shadow: none;
}
This topic has been closed to new replies.