If you want to get rid of those annoying shadows and borders around blogger images, then follow the next steps (see the difference in the screenshot below):
If you are using the old Blogger interface:
If you are using the new Blogger interface:
Now your blogger images should appear without any border or shadow. Cheers!
Update:
If the above method doesn't work for you, do the following:
- Go to Blogger's Dashboard > Template > Edit HTML
- Click anywhere on the code area and search by pressing the CTRL + F keys for the following code:
If you are using the old Blogger interface:
- Go to Dashboard - Design - Template Designer - Advanced - Add CSS - paste the following code - Press enter after the last character of the last line } - Apply to Blog.
If you are using the new Blogger interface:
- 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;
}
Screenshot
Now your blogger images should appear without any border or shadow. Cheers!
Update:
If the above method doesn't work for you, do the following:
- Go to Blogger's Dashboard > Template > Edit HTML
- Click anywhere on the code area and search by pressing the CTRL + F keys for the following code:
border: 1px solid $(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 can't find the entire code, then try to find this line and the rest of it should appear:
-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);- Delete it and Save your template.
thank you so much!
ReplyDeletemy images are finally border free :D
xxx
You're welcome dear. Thanks for stopping by :)
DeleteAwesome. Finally. Thanks.
DeleteSaved my life! Thanks x
ReplyDeletenot working!!!! i've tried this over and over and its not making any changes to my images. what am i doing wrong???
ReplyDeleteHi there, sorry for the late reply! Go to Template Designer > Advanced > Images and at the "Border Color" option from the right, change the value to transparent. Hope this works
DeleteThanks soooooo much this is GREAT :)
ReplyDeleteI tried this and also the transparent border colour but the shadow still remains! Is there anything else I can do?!
ReplyDeleteHi Blaming Beauty,
DeleteTry this: Go to Design >> Edit HTML >> check the "Expand Widget Templates" checkbox and search for this piece of code:
-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
Next to this code you should find the following:
-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
Delete all these three lines (be careful to not delete the } symbol after them), then save your template.
i was having this exact same problem, and this worked! thanks so much. i was getting very frustrated and have spent weeks searching for something that worked so just wanted to say thank you
DeleteThank you so much! Removing those three lines helped :)
DeleteThank you so much. Found this on pinterest and it was so easy and it worked!!
ReplyDeleteGenius. THANK YOU. Been trying to figure that out for MONTHS. Seriously. Genius!
ReplyDeleteOh gosh, I love you! I've been trying to remove it for ages but failed! Thank you! Have a nice day :)
ReplyDeletethanks maaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaan it's really work fine ! thank you
ReplyDeletethankyouuu so much. Wanted my pictures with no border forever! :)
ReplyDeleteawesome thank you so so much!
ReplyDeleteSuper easy to apply and very helpful, thankyou! :)
ReplyDeleteamazing thanks so much!
ReplyDeleteThank you so much for this! :)
ReplyDeleteTHANK YOUUUU!
ReplyDeleteTHANK YOU SOOOOOOOOOOO much! I was looking for this code for a long time! Gold bless you!:-)
ReplyDeletethank you very much! this is the easiest tutorial & most importantly, it works great! :D
ReplyDeleteYou're all welcome :) thanks for visiting!
DeleteLifesaver!! THANK YOU! Now my next question is... How can I center all of my gadgets in the right-hand column?
ReplyDeletethank you!!
ReplyDeleteDoes anybody know how to remove the drop shadow from around the outside of the blog? I have a drop shadow that is going around the outside and cannot get rid of it!
ReplyDeleteHi BryonyDhyan,
DeleteSearch for this line:
.content-outer {
Remove the following just below it:
-moz-box-shadow: 0 0 40px rgba(0, 0, 0, .15);
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
-goog-ms-box-shadow: 0 0 10px #333333;
box-shadow: 0 0 40px rgba(0, 0, 0, .15);
Hope it helps!
.CONTEN-OUTER is correct. many thanks.
DeleteIt works on me :) Now I wonder how can I remove the spaces between each images? :/ Hope you'll respond soon!
ReplyDeleteThank you!! After trying so many different things that didn't work, finally a solution!
ReplyDeleteVirginie xo
Thank you!
ReplyDeleteTHANK YOUUUUUUUUUUUUUU!
ReplyDeleteThank you, this is so helpful!
ReplyDeletehow do i get rid of the shadow borders on pictures that are put in with the gadets on blogger?
ReplyDeleteHi Bella, sorry for the very late reply.
DeleteYou should search for this code in your template:
.post-body img, .post-body .tr-caption-container, .Profile img, .Image img,
.BlogList .item-thumbnail img {
...and you will find the following code a little below:
-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);
Detele them. Hope it works... and thanks for visiting!
thank you!! this was a big help! :-)
ReplyDeleteFantastic. Thanks so much!
ReplyDeletethanks! you're a lifesaver~ XD
ReplyDeleteThank you so much. It worked a treat
ReplyDelete'm so happy. thank you!
ReplyDeleteYou're welcome :)
DeleteYay! Finally! Photos are border-free now!! THANK YOU!!! :)
ReplyDeleteThank you so much!
ReplyDeleteThis worked great! Thanks so much!
ReplyDeleteGlad it worked. Thanks for visiting!
DeleteThanks so much! All your posts are really helping me and this one was REALLY quick and easy, even for a noob like me :)
ReplyDeleteThanks so much, it really worked!
ReplyDeletehow to post transparent images in blogger posts? they always turns in white background :(
ReplyDeleteThank you SO much!
ReplyDeletethanks~!!
ReplyDeleteJust what I needed, thank you!
ReplyDeleteTHank you!! it worked for my blog!
ReplyDeletewww.studentswife.com
Fantastic post and Thanks for sharing this info. It's very helpful….
ReplyDeleteThank you! Thank you! Thank you!!!
ReplyDeleteThank you so so much for this. Worked well for me :)
ReplyDeleteWorked perfectly! Thank you so much:)
ReplyDeleteThank you so much, this was incredibly helpful!
ReplyDeletexx
Kelly
Sparkles and Shoes
Worked for me. Thanks so much! My blog looks much better now!
ReplyDeletethe code seems to have removed the border but now my images seem to be slightly indented when i choose to justify it on the left. is there a way i can get rid of the extra space so it lines up with the title of my post?
ReplyDeleteThanks so much for this, it was so easy...
ReplyDeleteYes, this was amazing! I hated those drop shadows and I didn't know how to get rid of them. Thanks for sharing!
ReplyDeleteHi there !
ReplyDeletei am using the new blogger template, the magzine one. i copied the text in to the CSS, but its of no use, i guess. My pics are still with white border. can u please help.
AMAZING. Thank you so much. :)
ReplyDeletethank you for this!! i've been hating the look of it for so long and just hadn't gotten around to try and figure it out. you are a lifesaver AND a time saver. c;
ReplyDeleteyou are the best! worked perfectly!
ReplyDeleteI was searching for something else and lo and behold I find this fix. Thank you. It's annoyed me forever and I've tried a dozen different things. Thanks!
ReplyDeleteIs it possible to remove the drop shadows for the sidebard images ONLY?
ReplyDeleteExcellant-Just what I needed for the images. Thank you
ReplyDeletethank you!!!!!!
ReplyDeleteThanks! Helped me a lot!
ReplyDeleteIve done all of these and theres still a shadow! ): WHAT AM I DOING WRONG </3
ReplyDeleteThank you so much, it worked perfectly
ReplyDeletethank you.....
ReplyDeleteYay! Thanks! I deleted my version of the code (it was a little different) and replaced it with your code. Works great! <3
ReplyDeleteReally helped a lot. Thanks!
ReplyDeleteThis was so helpful and easy to do ! thank you for sharing!!
ReplyDeleteIs there a way to Add the Border? I want the border on my page, and cant find any CCSS
ReplyDeleteAhhhhh thank youuuuuuuuu so much!!!!!!!
ReplyDeleteThank you!
ReplyDeleteHmm, oddly enough that trick seems to work when viewing on IE 9, but for some reason Chrome is still displaying the shadowbox... Any suggestions?
ReplyDeleteThank you so much!
ReplyDeleteThank you so much! That was so easy and it worked!!
ReplyDeleteamazing, thank you so much.
ReplyDeletemy blog is much cleaner without those incessant borders.
- matthew.
chante-loup.blogspot.ca
Thank you for this. Simple, coherent instructions, and an easy fix. Kudos.
ReplyDeletei bow down to you! it was driving me nuts. thank you so much!
ReplyDeletethanks!
ReplyDeleteThank you so much for this easy fix!! Greatly appreciated!
ReplyDeleteThanks so much!!! Worked like a charm!
ReplyDeleteThat was so easy! Thanks!!
ReplyDeleteI have been searching forever for this info and it worked perfectly - Thanks so much!
ReplyDeletethanks...worked for me well :)
ReplyDeleteOh. My. Goodness. Thank you!! Been trying to fix this for a week now. Worked like a charm. :)
ReplyDeleteBeautiful, thank you so much!
ReplyDeleteThank you SO much! Life saver!
ReplyDeleteThank you! Very useful.
ReplyDeleteThank you!!
ReplyDeleteThis actually made my transparent backgrounds in my images work as well. Perfect and Thank you
Thanks the blog looks great after adding the CSS to remove all that horrible white background. Thanks again for sharing :-)
ReplyDeletewooohooo! thank you so much!!
ReplyDeleteOne more HUGE THANK YOU! I take pains with blog design and was stumped by this horror when I finally upgraded from my antique template.
ReplyDeleteThank you!!
ReplyDeletethank you thank you thank you!!
ReplyDelete- heather
This Life Is Yours Blog
Thank your simple explanationfinnaly helped me in deleting code worked a treat and helped me get rid of that suprerfluous line aroung images i just got rid of the text and didnt try altering as others have suggested.
ReplyDeleteThank you soooo much. Really helpful to find this.
ReplyDeleteThank you so very much! That was so frustrating! You are a lifesaver dude!
ReplyDeleteChao
Poppie
http://thepoppie.com
Hi can someone help me please? I can't find the code that creates the borders around my blog's images.
ReplyDeletehttp://diegeticlizard.blogspot.com/
Thank you so much! This was so easy and worked perfectly!
ReplyDeleteI can't tell you how long i have loathed having those annoying shadows. What an easy fix! Thanks so much for sharing!!! :)
ReplyDeletethank you! fab tip!
ReplyDeleteGood
ReplyDeleteThank you.....
http://skumar-computer-tips.blogspot.in/
Thanks so much! :)
ReplyDeleteArgh, thank you so much!
ReplyDeleteThanks so much for this!
ReplyDeleteSaved my blog. My blog does not have just photos I design photo layouts with drawings. It is supposed to look like I drew it straight on. THanks so so so much
ReplyDeletehttp://aswrensfly.blogspot.com
thank you.. it work for me
ReplyDeletewow wow wow! That was awesome. Worked perfectly for me... waiting for more blogger solutions in 2013 from my best *HelpBlogger*
ReplyDeleteAwesome, thank you so much!
ReplyDeleteJust had to say THANK YOU! No more annoying shadows around my blog pictures! =)
ReplyDeleteOh my lovely , you're a life saver
ReplyDeleteA very simple fix but worked perfectly... Thanks a lot!
ReplyDeleteThe border has been bugging me for a while because it didn't really fit with the rest of the design :)
Thank you so much! I've been trying to figure this out so many times and all the other tutorials are for the old blogger. Saved my life :)
ReplyDeleteMariana | www.goingteen.blogspot.sg
Thank you very much! Worked like a charm looking for " -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);"!
ReplyDeleteThank you again!
Very helpful post. Thank you.
ReplyDeleteFINALLYYY! I was looking for some other HTML stuff and suddenly I saw this post. amazing, cause I was looking for this for ages. Thanks a lot!
ReplyDeleteThank you!!!
ReplyDeleteThanks so much!
ReplyDeleteawesome!!! Thanks so much!
ReplyDeleteThank you so much for these templates.
ReplyDeleteThanks alot! :) I'm border free now!
ReplyDeleteThis is my nice tutorial in blogger :D
ReplyDeleteThanks
Thank you so much for this easy fix! You're the best :)
ReplyDeletewww.monochromachic.com
Fantastic!
ReplyDeleteThank you so much! That border was annoying me for months!
ReplyDeleteThanks so much for the tip. I can use
ReplyDeleteall the help I can get.
Sandy
Thank you! It didn't work at first simply because I didn't hit "enter" after I had pasted the content even though I clicked on "apply to blog." I love easy fixes!
ReplyDeleteHere I was thinking I'm the only one that is totally annoyed by those borders.
ReplyDeleteNow I found this post and was finally able to remove them. Thank you so much!
You are my hero!!!
ReplyDeleteWow! It's amazing how big of a difference that makes! Thanks so much for making it so quick and easy :)
ReplyDeleteThanks for the help!
ReplyDeleteThe first part of your directions worked (CSS) yay! Thank you!!!
ReplyDeleteCheck out my awesome vintage furniture +more!
http://www.vivaciouslyvintage.com/
looking for this for ages and finally found it thank you!!
ReplyDeleteThanks so much!
ReplyDeleteThank you so much. I hated that border! I am now borderless.
ReplyDeletewow finally the irritating white border has gone thanks alot~
ReplyDeleteThank you. it worked
ReplyDeleteAwesome! Worked like a charm (and I know nothing about html)!!
ReplyDeleteFuck sake... i really hate borders around images! Thanks to you its gone! Thanks!
ReplyDeleteThanks so so much! Yay :)
ReplyDeleteThanks for this info! It's working and it's great!
ReplyDeleteAmazing!! Thank you so much xx
ReplyDeleteTHANKYOU!!!! Bookmarking this!
ReplyDeleteMany thanks for this info! Your directions were clear and saved me a lot of headache trying to figure it out myself.
ReplyDeletethanks man ! nice tutorial
ReplyDeleteThank you so much! You are a star!
ReplyDeleteIt works! Thank you!
ReplyDeleteit works !
ReplyDeletethank you very much ♥
Thank u soooooo much:) love ur code
ReplyDeleteTHANK YOU SO MUCH!!
ReplyDeleteThank you X's a million!!!
ReplyDeleteThank you! Easy Peasy per your instructions... xox
ReplyDeleteHi ! I want to change the border to raduis I hope you get my ask
ReplyDeleteThank you, thank you, thank you for this code. And thank you to my friend Kimberly for pinning this post so I found it! Will now be checking out the rest of your site, as I have desperately wanting to do some customization to my blog.
ReplyDeleteGlad it was useful :) Thanks for visiting!
DeleteThank you so much im adding you your blog in my favorite blogs
ReplyDeleteYou're welcome.
DeleteThis is great, I will come back and see if I need it later. Right now, I'd like to romove it only now and then on certain posts. Such as my last post at sunnyside I thought it would be nice for the fairies to not have a border around them so it would seem as if flying around rather than a photo. So I would maybe not have borders around any of them on that one particular post.?? any ideas?
ReplyDeleteWhen you are uploading the image, go to the HTML section and after the img tag, add this line class="fairies" (screenshot)... then go to your template and paste the following code just above ]]></b:skin>:
Delete.fairies {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;}
Hope it works!
Btw, you should add the class="fairies" line each time you want to make the borders invisible on a certain image.
DeleteThank you thank you thank you!! :)
ReplyDeleteGlad it was useful for you, and for everybody here (hopefully) :)
DeleteThanks for visiting!
This is amazing!! Seriously, thank you so much for sharing. This pretty much saved my sanity, haha.
ReplyDeleteOh THANK YOU thank you THANK YOU!! I hated those ugly shadows.
ReplyDeleteThanks! I tried lots of things and this finally worked!
ReplyDeleteThanks for the tip. It worked
ReplyDeleteits works with me here: http://www.mansydesigntools.blogspot.com
ReplyDeletethanks so much ...
yay thank you so much!
ReplyDeleteThat was so easy! Thank you!
ReplyDeleteThank you so much, however on a few posts there is still a border? Would it have something to do with the picture? Should I just remove the picture and upload it again?
ReplyDeleteThanks.
Yep, it's because the pictures itself have a border. You should crop your pictures to have no border and upload them again. This trick is only for the border outside the pictures...
DeleteYou're welcome!
This did not work for a blog I created yesterday. I believe they changed it to use box shadow images. Anyway, I tried just the following, and it worked:
ReplyDeleteimg {
-webkit-border-image: none !important;
border-image-source: none !important;
}
It still doesn't work for me. Is it because I have a Dynamic template?
ReplyDeleteAwesome!!!!!! Thank you!!!!!
ReplyDeleteI am using singnature on my blog posts and it worked perfectly for that!
ReplyDeleteThanks alot!
www.downloadsoftwarescollection.blogspot.com
Hello!
ReplyDeleteThank you so much for this information - what a godsend!
Please drop in my site - www.genealogycanada.blogspot.com - and see how my pictures now stand out (without borders), like the maple leaf graphic I used for today's post. So much better.
Happy Tartan Day!
Elizabeth
Nice. Thx!
ReplyDeleteThanks so much for this! Is there any way of getting rid of the white space between the images now? I have no space between them when I'm writing a post but it creates a border anyway. Help much appreciated!
ReplyDeleteHello Rachel,
DeleteGo to your Template and search for this line:
.post-body img, .post-body .tr-caption-container, .Profile img, .Image img,
.BlogList .item-thumbnail img {
...and just below it, delete this one: padding: 2px;
I hope it works. Thanks for stopping by :)
Worked perfectly. Thanks!!
ReplyDeleteAwesome! Thank you! This is a great help! :)
ReplyDeleteThank you so much! I've been putting up with that stupid border on my personal blog for years... Didn't even think about googling it, duh.
ReplyDeleteThis is so perfect. Thank you very much!
ReplyDeleteThis still isn't working for me. I made a customized signature using GIMP, saved it as a png file and used a transparent background. However, it is still showing up as as having a background :( HELP! I have tried all the suggestions on the comments and nothing has worked. lol Thank you!
ReplyDeleteawesome, thank you so much! :)
ReplyDeleteSo helpful, thanks so much!
ReplyDeleteartstylelove.com
Cool! Thank you so much! ;)
ReplyDeleteJamie (http://jamielouborile.blogspot.com/)
oh that is so cool! thank you so much. you're a life saver :)))
ReplyDeleteit worked! thank you so much!
ReplyDeleteit worked!!! thank you so much! I have spent the last two days trying to figure this out!
ReplyDeletehaving to import my blog from another and this was a big issue when moving everything over... other then NO pictures are coming up either now.. :( ONE problem fixed! thank you!
It didn't helpl. As you can see, still borders! Added CSS but on HTML edit there wasn't an option2 for borders : I searched all Image and BOrders and the only one possible solution would be to delete this line:
ReplyDeletediv class='fauxborder-left content-fauxborder-left'
Is that it? Please reply.
Really helped me ! It's a shame it was so difficult to do this little change, Blogspot need to fix this ! Thank you
ReplyDelete