Custom CSS to remove the Featured Image from showing at the top blog posts

This topic has 6 replies, 3 voices, and was last updated 7 years, 9 months ago ago by Eva Kemp

  • Avatar: kellideasephoto
    kellideasephoto
    Participant
    February 3, 2017 at 15:46

    I had Custom CSS to remove the Featured Image from showing at the top of each blog post, but it is no longer working since updating my theme. The code was:
    .blog-post.post-single .wp-picture {
    display: none;
    }

    Can you provide updated code?

    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 3, 2017 at 16:18

    Hello,

    Try to change previous code to:

    .single-post .size-large.wp-post-image {
        display: none;
    }

    Regards,
    Rose Tyler.

    Avatar: kellideasephoto
    kellideasephoto
    Participant
    February 3, 2017 at 16:45

    Thank you but that did not fix the problem. I am still seeing the featured image at the top of each post.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 3, 2017 at 16:52

    Hello,

    Try to clear browser and server cache before checking http://prntscr.com/e41qs8

    Regards,
    Rose Tyler.

    Avatar: kellideasephoto
    kellideasephoto
    Participant
    February 3, 2017 at 17:05

    Working! Thank you.

    Avatar: Eva
    Eva Kemp
    Support staff
    February 4, 2017 at 11:30

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

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

The issue related to '‘Custom CSS to remove the Featured Image from showing at the top blog posts’' 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.