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 #2812775
how to hide featured imaege
Closed

Comments

  • kurniaikhwan started the conversation

    Hi, 

    i want to hide featured image on single post.

    how to do that?

    thanks.

  •  2,494
    PenciDesign replied

    Hi,

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

    body.single article .post-image {
          display: none;
    }

    Regards,
    PenciDesign.