How To Remove Blogger Picture/Image Shadow And Border

If you want to get rid of those annoying shadows and borders around blogger images, then follow the next steps (see the difference in the screenshot below)











Step 1:


Go to Dashboard >> Template >>Customise

















Step 2:

Advanced >>  Add CSS











Step 3:

Paste the following code
.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;
}



Step 4:

Apply to Blog.

Please Share this

0 Comment to "How To Remove Blogger Picture/Image Shadow And Border"

Post a Comment