Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

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

#3536
Danijel
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