How To Remove Image Border From Blogger


  • Go to Dashboard > 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, .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;
}


If you Not getting just comment Below, Thanks



Share Us:

1 comments:

  1. You made such an interesting piece to read, giving every subject enlightenment for us to gain knowledge. Thanks for sharing the such information with us to read this... Image Background removal

    ReplyDelete

 
Top