main

post

tutorlist

my blog


Simple/layout template :

1. Template > edit Html > Tick Expand Widget Templates > find the code below,
.post-body img, .post-body .tr-caption-container,
2. and below of the code you've found, this is the next code, right?
background: $(image.background.color);
  border: 1px solid $(image.border.color);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, .1); 
3. then delete all the code and you're done!