How to completely REMOVE the border that appears around a posted photo within a post on Blogger??
This is easy to change! You will look for the code that you wish to change, which is .post img code in the CSS style sheet.
This is the code in my template (a modified Blogger Minima template):
.post img {Or it could look something like this:
padding:4px;border:0px solid $bordercolor;}
.post img {Change this line to read:
margin: 5px;
padding: 5px;
background: $imagebgColor;border: 1px solid $imageBorderColor;}
.post img {If you have difficulities in finding the correct code in your CSS template, keep in mind you are looking for .post img.
padding:4px;border:none;}
No more borders around your images!!
No comments:
Post a Comment