This topic has 8 replies, 2 voices, and was last updated 7 years, 4 months ago ago by Rose Tyler
I need the Featured Images to show on the main blog page but I don’t want the featured image to be at the top of each blog post. How can I hide it?
Hello,
Please add this code in custom.css:
.post-single > img {
display: none;
}
Regards,
Rose Tyler.
When I try to go to the Custom CSS tab in Theme Options, it is enabled & the message to the right is “Enable this option to load “custom.css” file in which you can override the default styling of the theme. To create “custom.css” you can use the file “default.custom.css” which is located in theme directory.”
There is a “default.custom.css” file in the parent directory (as seen through File Manager through my host, I can’t see it through my dashboard) but when I add the code, nothing changes.
Additionally, when I inspect the code on the blog page itself, there is a message in red: “custom.css Failed to load resource: the server responded with a status of 404 (Not Found)”.
Hello,
You should rename the default.custom.css file to custom.css.
Please watch in this tutorial https://www.youtube.com/watch?v=Qok2zRedRMY.
Regards,
Rose Tyler.
Thanks for the video link. I have done as instructed and included this:
.post-single > img {
display: none;
}
but the featured image remains at the top of the post, above the Title. 🙁
Thanks! It’s working properly now.
Hello,
You’re welcome!
Regards,
Rose Tyler.
The issue related to '‘How to hide Featured Image from top of blogpost’' has been successfully resolved, and the topic is now closed for further responses