Can anyone help me with the code to take the border off of the images in the Chateau theme? I don't know what to type into the CSS box. Any help would be greatly appreciated! :)
The blog I need help with is fourpachecos.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
Can anyone help me with the code to take the border off of the images in the Chateau theme? I don't know what to type into the CSS box. Any help would be greatly appreciated! :)
The blog I need help with is fourpachecos.wordpress.com.
This question was asked yesterday and Staff answered it here. > http://en.forums.wordpress.com/topic/chateau-theme-problem-with-custom-header?replies=5#post-656566
Thanks for the link. Unfortunately I wasn't able to get the code to work. Not sure why.
Please contact Staff for assistance. Here’s the link http://en.support.wordpress.com/contact/ After you use the searchbox at the bottom of the page there will be a section that says “Have you found the answer to your question?” You can choose either “Yes I found the answer to my question.” or “No I didn’t find the answer to my question and I would like to contact support for help.” The no option will reveal the contact form.
When you say "border" are you talking about the drop shadow around images you insert?
yes, there is also a small white frame around the image.
This should do it.
.post-entry img {
border: none;
box-shadow: none;
}
THANK YOU!! It worked! :)
You are welcome.
This topic has been closed to new replies.