Home / Forums / WoodMart support forum / Hide featured image on blog
Home › Forums › WoodMart support forum › Hide featured image on blog
Hide featured image on blog
- This topic has 5 replies, 4 voices, and was last updated 4 years, 10 months ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
May 15, 2020 at 7:16 pm #195418
madsen.stefanParticipantHow do I hide featured image on blog post without hiding related post images on the blogpage?
I am using this ccs:
.single-post .entry-header {
display: none;
}May 16, 2020 at 5:49 am #195450
Aizaz Imtiaz AwanKeymasterHello,
You can keep the CSS as far as it is working well for you. It would not affect the blog page items. If you want more assistance then provide with some relevant screenshots of the specific area with the URL of the website.
Best Regards.
August 22, 2020 at 4:22 pm #220562
CrisParticipantHello,
I am having the same issue. I used the CSS in the original post and when I use the Blog element to create a related posts section at the bottom of a single blog post the featured image is now hidden there as well.
How can I hide the featured image at the top of the page, while displaying the featured image within the Blog element at the bottom for related articles? The link included will bring you to a page without the CSS and where I want to hide the featured image at the top, but not within the Related Articles section at the bottom.
August 24, 2020 at 6:14 am #220757
Aizaz Imtiaz AwanKeymasterHello,
@Cris Please try and add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.post-single-page.has-post-thumbnail .article-inner > .entry-header { display: none; }If it still behaves the same then please create a new topic and provide with the admin panel login details of the website to check it myself and help you out accordingly.
Regard’s.
Xtemos Studio.December 27, 2020 at 3:12 am #253861
36stylesParticipant.post-single-page.has-post-thumbnail .article-inner > .entry-header {
display: none;
}This code worked perfectly. I also needed to know how to do this. Thank you.
December 28, 2020 at 6:04 am #253989
Aizaz Imtiaz AwanKeymasterHello,
@36styles We are Glad that your issue has been resolved by using the code I provided.Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.
Best Regards.
-
AuthorPosts
Tagged: blog, featured image, hide featured image
- You must be logged in to create new topics. Login / Register