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 #1462355
Featured image
Closed

Comments

  • fabdong started the conversation

    I,

    Is there a way not to show a featured image at the top of a specific post (keeping the thumbnail but not the picture at the top of the post) ? While I want to keep them on all other posts.

    Many thanks!

  • fabdong replied

    I finally found the way: .post-image{ display: none; } in the custom CSS

    Best

  • fabdong replied

    I again,

    Well actually it doesn't work, adding the code in the custom CSS window removes all the feautred images, not only on one single post. How can I do then?

    Thanks again

  •  2,699
    PenciDesign replied

    Hi,

    To do that, please add more this code to Customize > Custom CSS:

    body.postid-250 .post-image{ display: none; }

    Note Important:

    1/ You need to change number 250 on the above code to the post ID of the post you want to hide featured image. Check this guide to know how to find post ID of a post.

    2/ If you want to hide featured images for other posts, let's use each code like above for each post.

    Best Regards,

    PenciDesign

  • fabdong replied

    Works perfectly well!

    Thanks a lot for the prompt reply.

    Best regards