Do your post pictures have annoying shadows and frames around them? Here's a really quick solution!
STEP ONE:
Template > Customise > Advanced > Add CSS. Paste the code below into the white box and then press enter.
.post-body img, .post-body .tr-caption-container, .Profile img, .Image img,
.BlogList .item-thumbnail img {
padding: 0px!important;
border: 0px!important;
background: none!important;
-moz-box-shadow: 0px 0px 0px transparent !important;
-webkit-box-shadow: 0px 0px 0px transparent !important;
box-shadow: 0px 0px 0px transparent !important;
}
STEP TWO:
Press
APPLY TO BLOG and you're done!
No comments:
Post a Comment