Remove Featured images from Blog menu
-
Hi,
I have a series of featured images I display on my static home page but they also display on my Blog menu item page. Could some CSS expert please advise how to remove the featured images when the Blog menu item is clicked please. Using Arcane theme.
Sorry, css not my thing (at the moment)
ThanksThe blog I need help with is: (visible only to logged in users)
-
Hi –
I want to make sure that I understand the request. The featured images on https://stemshare.com.au/blog/ should be hidden from that page but you’d like to leave them enabled to get pulled in to shared link previews…
This CSS should do the trick.
.blog .img-featured { display: none; }You’ll add that at My Sites – Customizer – CSS
When you put that code in, you’re going to notice all the featured images on the Blog page are removed. Because of the zig zag nature of the post set up it looks a little odd.
Is that what you are looking to do?
The other option is to use a theme that has content options as a setting in Customizer, not every theme can support it. With that you can choose to not display the featured images and no CSS is needed.
-
Thanks for the reply.
Sorry, I should have been more clear. It was the entry-image-featured-content that I needed removing. Your response helped me though as I was missing the .blog beforehand. Thank you for your help, much appreciated.
I removed it with
.blog .entry-image-featured-content {
display:none;
}
.blog .entry-image-featured-content {
display:none;
}
.blog .owl-controls {
display:none;
}
.blog .owl-stage-outer{
display:none;
}Cheers
-
Fantastic :) Thanks for letting me know you have it sorted.
I also just want to mention that your business plan upgrades gives you priority access to live chat support. That’s going to be the quickest way to get help with any problems that arise. Go to https://wordpress.com/help/contact/
- The topic ‘Remove Featured images from Blog menu’ is closed to new replies.