Ponerah- On certain templates, when you upload a picture post, will appear line at the outer image. The function of this border is to create a boundary image with the contents of posts and also to make the picture more unique.
But not everyone liked the border on the image. If you are interested in the tricks to hide the image border, you can follow the steps below.
Do the following:
1. Login to your blog account
2. Choose a design and click Edit HTML
3. Search codes .post img or .post-body img
As the example below
.post img {
padding: 1px;
margin: 0px 15px 15px 0px;
border: 1px solid #ffffff
}
All you have to remember is that each different template code. So you need to change is the number 1 on the border code into the value 0
As the example below
.post img {
padding: 1px;
margin: 0px 15px 15px 0px;
border: 0px solid #f0f0f0
}
4. Save Template
Hopefully helpful
Success for us all
Read more »
0 comments:
Post a Comment