How to Remove Blogger Photo Shadow/Border
In case you're utilizing the old Blogger interface: Go to Dashboard - Design - Template Designer - Advanced - Add CSS - glue the accompanying code - Press enter after the last character of the last line } - Apply to Blog.
In case you're utilizing the new Blogger interface: Go to Dashboard ('House' image) - Template - Customize - Advanced - Add CSS - paste the following code - Press enter after the last character of the last line } - Apply to Blog.
In case you're utilizing the new Blogger interface: Go to Dashboard ('House' image) - Template - Customize - Advanced - Add CSS - paste the following code - Press enter after the last character of the last line } - Apply to Blog.
.post-body img, .post-body .tr-caption-container, .ss, .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
;
}
That is it........
No comments:
Post a Comment