How To Take Blogger Picture/Image Shadow As Well As Border

If you lot desire to live past times away rid of those annoying shadows in addition to borders to a greater extent than or less blogger images, in addition to then follow the side past times side steps (see the divergence inward the screenshot below):


If you lot are using the one-time Blogger interface:
  • Go to Dashboard - Design - Template Designer - Advanced - Add CSS - glue the next code - Press come inward afterward the end grapheme of the end trouble } - Apply to Blog.

If you lot are using the novel Blogger interface:
  • Go to Dashboard - Template - Customize - Advanced - Add CSS - glue the next code - Press come inward afterward the end grapheme of the end trouble } - Apply to Blog.
.post-body img, .post-body .tr-caption-container, .Profile img, .Image img,
.BlogList .item-thumbnail img {
  padding: 0 !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;
}
Screenshot
If you lot desire to live past times away rid of those annoying shadows in addition to borders to a greater extent than or less blogger images How to take Blogger Picture/Image Shadow in addition to Border

Now your blogger images should look without whatever edge or shadow. Cheers!
Update:

If the to a higher house method doesn't run for you, create the following:

- Go to Blogger's Dashboard > Template > Edit HTML
- Click anywhere on the code expanse in addition to search past times pressing the CTRL + F keys for the next code:
  border: 1px company $(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);
Note: if you lot can't discovery the entire code, in addition to then essay to discovery this trouble in addition to the remainder of it should appear:
-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
- Delete it in addition to Save your template.

Comments