• Hi, i need some help to remove or disable the featured image showing in the single post. Specifically on one category/pages. I’m currently using Bayan Themes and I’m at lost. I’ve tried Hide Featured Image plugin to no avail.

    • This topic was modified 4 years, 7 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Everything else WordPress topic

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • I can’t see the page you posted here (the link goes onto a landing page). But have you tried the common CSS codes such as:

    .post-thumbnail {display: none;}

    or you may have to do it as:

    .post-thumbnail {display: none !important;}

    You can add that as a custom CSS code and see what happens.

Viewing 1 replies (of 1 total)
  • The topic ‘Need Help To Remove Featured Image in Single Post Page’ is closed to new replies.