Hello!
I'm new to CSS and would like to know how to remove the border and drop shadows on images within posts in the Chateau theme - any help much appreciated. Thanks!
The blog I need help with is themuffintest4.wordpress.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'm new to CSS and would like to know how to remove the border and drop shadows on images within posts in the Chateau theme - any help much appreciated. Thanks!
The blog I need help with is themuffintest4.wordpress.com.
This will do it for you.
.post-entry img {
border: none;
box-shadow: none;
}
Perfect, thank you so much! :)
This topic has been closed to new replies.