After adding image to your blog , we can see border around that image and also see the shadow around the border of that image. If you want to get rid of the image border then this post will help you.We can remove the image border while adding image to blogger blog or after adding .It is easy to remove image border.
Follow below steps to remove all image borders in Blogger 
step 1 : go to blogger dashboard
step 2 : click template
step 3 :  click on edit template.
step 4 : search .post-body img {
You can see  border: 1px solid $(image.border.color);   below to the above line

set border: 0px in the above line

Note : If can't see exact border tag then simply change border value as "0" as shown in your template.

step 5 : click on save template

Follow below steps to remove the particular image border in blogger
step 1 : go to blogger dashboard

step 2 : click on posts
step 3 : insert image in post editor and click on html in post editor.
step 4 : on image code set border attribute value as "0"

i.e border=0

step 5 : click on publish

Like this we can also remove shadow around images in blog

Post A Comment:

0 comments:

Give your comment.