Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › Hide blog short description | Reduce thumbnail size › Reply To: Hide blog short description | Reduce thumbnail size
August 13, 2015 at 8:30 am
#3536
Participant
Hello 970synergy,
To remove blog short description please enter code below into: Elvyre options->Appearance->Custom CSS
.post-body p{
display:none;
}
For the smaller images, i don’t advise reducing size of the images. If you reduce size of image then it will show more white spacing, and if you temper more with css at some point you will break responsiveness.
Here is code where you reduce image size:
.post-media-container {
width: 216px;
}
Best regards,
Danijel