How to remove Blogger Picture/Image Shadow and Border | KhmerueTeams Official

How to remove Blogger Picture/Image Shadow and Border

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:

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.

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 > Theme > 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);

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. 

Share on Google Plus

About KhmerueTeams Official

Welcome to KhmerueTeams Officials Blogger. I am Mr. Chhuye The Admin of this blogger. If you have quetion contact me : +855968555664 / +855976235033 or watch my video on

YOUTUBE HERE

    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment