Support Forums for LiveMesh Themes & Plugins › Forums › Squash Theme Support › Problem: Featured Image scales awefully › Reply To: Problem: Featured Image scales awefully
July 18, 2013 at 4:50 am
#1155
livemesh
Keymaster
Hi,
This is the normal behavior when you give a smaller sized image. You have to set a bigger image as featured image for the posts, just like what we have done in our demo site.
If you don’t want the featured image to be displayed then you can paste the following code in the custom css section of the Theme Options.
.single .post-3943 img.featured { display:none; }
Thanks.