17 June 2014

remove shadow from post images

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!

Serena Ozgowicz is a 21 year old Puggle owner with a passion for web design. She likes to share her passion with you guys through tutorials and helpful tips. You can follow her on facebook, twitter and instagram.

No comments:

Post a Comment

Related Posts Plugin for WordPress, Blogger...