Blogger Tutorial - Getting rid of that boarder on your pictures!
This seems to be a very common topic on Blogger, and it took me a while to find the easiest solution
Took this from another Blogger site!
If you're using the new Blogger interface: Go to Dashboard ('House' symbol) - Template - Customize - Advanced - Add CSS - paste the following code - Press enter after the last character of the last line } - Apply to Blog.source : http://www.southernspeakers.net/2011/03/remove-blogger-picture-shadow-and.html
.post-body img, .post-body .tr-caption-container, .Profile img, .Image img,
.BlogList .item-thumbnail img {
padding
:
none
!important
;
border
:
none
!important
;
background
:
none
!important
;
-moz-box-shadow:
0px
0px
0px
transparent
!important
;
-webkit-box-shadow:
0px
0px
0px
transparent
!important
;
box-shadow:
0px
0px
0px
transparent
!important
;
}
[This month's STAR sponsor!]
Comments
Post a Comment