Wednesday 13 March 2013

Remove Border And Shadows From Your Blogger Images

Remove Border And Shadows From Your Blogger Images

  • Go to Blogger Dashboard > Design > Edit HTML
  • Add below code just above 


.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;
}


  • Now save your template and refresh your blog.Now your blog should appear without any borders and shadows.
Enjoy !

Socializer Widget By Blogger Yard
SOCIALIZE IT →
FOLLOW US →
SHARE IT →

0 comments:

Post a Comment