Monday, April 18, 2016

How To Remove Borders Or Shadows Around Images In Blogger Blopspot

In Some Blogger Templates , The Image Shown In Blog Post Is Covered By Borders , Some peoples Are Loving This And Some Peoples Hate The Images With Borders Like Me , I Also Hate I Image With Borders ,
If  You Are Searhing To Remove These Borders Then You Are On Right Place ,
So Before We Start Please See The Below Screen  Shorts that What I am Going To Do .



 https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj5SywRkWvJqh2kW4Zr4Un4_hyphenhypheni-8MVWTsTQ7HgPTMWuh_bxo1ssf1CY-0J9TeyFCW6Mg8uITmIKGST-BtFu704epjgGI9NGmIy6P5Bd4pJfegGiOrKiF2mU4DHGA8kM3o-pG0e677ktwbI/s1600/how+to+remove+borders+or+shadows+around+images+in+blogger+blogspot.png

So If You Want To Remove These Types Of Annoying Borders In Your Template Then Follow My Steps .

Go to You Template Settings ( Customizations )
Then Go To Customize   >    Advance Settings    >  Add CSS   .
Now Paste The Follwoing  Code In  Your  CSS   And Click On Apply To Blog Button .   


.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;
}


                                   
See The Screen Short Below To Add CSS

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgBF2zGS3VQURdnE97E_S6F68pbYMrhZuCCRetcNid_jVYsj_arOJ30QyxsZXW6biTdu0Y78A-qz17w30r2AkaSmfQPYW6tGnXxJHqjBdrG_LxZCHUDER2gubHqtdr3BGCEBO917GPopu_O/s1600/remove-hide-shadow-border-on-blogger-pictures-images.png


Its Done ! Now Your Blog Template Should Not Showing Any Type Borders In Your Images Of All your Blog Posts .

If You are facing Any Type Of Problem Then Please Comment Below .





0 comments:

Post a Comment