All the default templates of blogger has shadow effects on images, page, gadgets.We can increase and decrease or even delete these shadow effects on blogger blogs easily. After adding an image to blogger blog , we can see border around images and also shadow effect on images. If you want to remove the border around images and shadows of images in your blogger blog, then we can easily do it.This posts will help you to get rid of annoying shadows and borders around images in blogger blog.

Fallow below steps to remove shadow around images in blogger blog
step 1 : Go to blogger dashboard

step 2 : Click on template

step 3 : Click on edit HTML

step 4 : Search  .post-body img {

Below to the .post-body img {   , you can see code like

-moz-box-shadow: 0 0 $(image.shadow.spread) rgba(0, 0, 0, .2);
   -webkit-box-shadow: 0 0 $(image.shadow.spread) rgba(0, 0, 0, .2);
   box-shadow: 0 0 $(image.shadow.spread) rgba(0, 0, 0, .2);

Replace the  .2  in the above 3 lines with  0 (zero).

step 5 : Click on save template.

Now visit your blogger and see whether border around the images in your post was removed or not.It not removed then we can also use custom css code to remove image shadow in blogger blog.

Post A Comment:

0 comments:

Give your comment.