HOW TO remove image border in blogger

BLOGGER

Question: How to remove image border in blogger?

Answer :
On your blogspot's home page:
Click Design

On your blogspot's dashboard:
Click Template (always make a backup of your template before any changes)
Click Customize
                                 
On your Blogger Template Designer:
Click Advanced
Click Add CSS (last item on the drop-down menu)

Under Add custom CSS add the following script (copy and paste it):

.post-body img, .post-body .tr-caption-container, .ss, .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;
}


Click Apply to Blog
Click Back to Blogger