Look for code with post img in your template code -
post img {
padding:4px;
border:0px solid $bordercolor;
}
OR
.post img {
margin: 5px;
padding: 5px;
background: $imagebgColor;
border: 1px solid $imageBorderColor;
}
Change this line to read:
.post img {
padding:4px;
border:none;
}
No comments:
Post a Comment