Search This Blog

Saturday, December 22, 2012

How to remove images border in Blogger


How to remove images border in Blogger
How to remove images border in Blogger (with borders)
 How to remove images border in Blogger (without borders)

Go to template-->> customize-->>advanced-->>add css and 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;
}

No comments:

Post a Comment