• Resolved WRevolves

    (@wrevolves)


    Trying to hide Featured Image from Posts. I’ve tried 3 plugins that are supposed to do it, but they’ve not worked with this theme. What can I change through the code to get it working?

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • You do not need any plugins to hide the featured image. Instead simply follow these instructions:

    1) Go to Appearance → Customize → Custom CSS and add the following code.

    .entry-thumbnail {
    display: none; 
    }
    

    2) Once the code is added click the save button towards the top left of the screen

    3) Check your posts on the front end of your website and your featured images should be hidden.

    Hope this helps. If this resolves your problem please mark the thread resolved.

    Thread Starter WRevolves

    (@wrevolves)

    Perfect! Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing Featured Image’ is closed to new replies.