
After reading through my tips on cleaning up your blog, a few people asked for instructions on how to remove image shadows in Blogger. There are two ways to do this – one is by adding a bit of CSS and the other is by removing it.
ADDING CSS: Under Design > Template Designer, click on advanced and then scroll to the bottom and click Add CSS. In the box paste this bit of code. If you would like to keep the borders and padding you can take those two lines out.
.post-body img, .post-body .tr-caption-container, .Profile img, .Image img,.BlogList .item-thumbnail img { padding: none!important; border: none!important; -moz-box-shadow: 0px0px0pxtransparent!important; -webkit-box-shadow: 0px0px0pxtransparent!important; box-shadow: 0px0px0pxtransparent!important;}DELETING CSS: Under Design > Edit HTML. Use Ctrl F or Apple F to open the finder window on the bottom of your browser. Type in .post-body img until it finds the following piece of code or something very similar depending on your template. Remove the bolded lines of code. Preview your template and then save. You can also remove the line that adds the border or change it to say 0px.
.post-body img, .post-body .tr-caption-container, .Profile img, .Image img,
.BlogList .item-thumbnail img {
padding: $(image.border.small.size);
background: $(image.background.color);
border: 1px solid $(image.border.color);
-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
}
![]()
I’m always happy to answer your nerdy questions about blogging, Blogger, WordPress, Photoshop, Dreamweaver, Etc. You can see the rest of my Nerd Q & A posts here and email your questions to xosillygrrl [at] gmail.com or leave a comment.
Comments (29)










Thank you!!! very useful and simple… again, thanks!
hey! i just found your blog because i wanted to find a way to remove those annoying shadows. But i couldn’t do it :( when i go to HTML i remove the code i can see that it’s ok on preview but when i trued to save it pops up a window that says this can be done… i don t know why :/
please help me if you know. Also i tryed the other one but nothing!
P.S. i really love your blog by the way :)