How to hide Featured Image from top of blogpost

This topic has 8 replies, 2 voices, and was last updated 7 years, 4 months ago ago by Rose Tyler

  • Avatar: ElitaSharpe
    ElitaSharpe
    Participant
    July 4, 2017 at 00:24

    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?

    7 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 4, 2017 at 14:22

    Hello,

    Please add this code in custom.css:

    .post-single > img {
        display: none;
    }

    Regards,
    Rose Tyler.

    Avatar: ElitaSharpe
    ElitaSharpe
    Participant
    July 5, 2017 at 00:15

    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)”.

    Please, contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 6, 2017 at 08:42

    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.

    Avatar: ElitaSharpe
    ElitaSharpe
    Participant
    July 11, 2017 at 00:43

    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. 🙁

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 11, 2017 at 08:08

    Hello,

    Try to clear cache and then check http://prntscr.com/fu6zyd

    Regards,
    Rose Tyler.

    Avatar: ElitaSharpe
    ElitaSharpe
    Participant
    July 11, 2017 at 12:15

    Thanks! It’s working properly now.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 11, 2017 at 12:21

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

  • Viewing 8 results - 1 through 8 (of 8 total)

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

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.