Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2835606
Change size of featured image
Closed

Comments

  • juli312c started the conversation

    Hi

    The size of my featured images on blog posts are very large. How do I make them smaller?

    Thank you.

  •  2,493
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .standard-post-image img {
        max-height: 550px;
    }
    Change 550px to the maximum height you want to display.

    Regards,
    PenciDesign.


  • juli312c replied

    Thank you very much :-)