• Hello.

    How can i remove the post thumbnail when creating a post of a “image” format?
    context: https://sah-prelog.com/ <– Here’s how it looks (the cut out chessboard above the blog post name)

    it really bothers me and I’d like to be able to fix it

    • This topic was modified 9 years, 4 months ago by fobos531.
Viewing 1 replies (of 1 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    .format-image .post-thumbnail { display:none; }

    To add CSS: If you are using WordPress 4.7, use the “Custom CSS” option in the customizer. If your theme has a custom CSS option, use that to add the CSS shown above. If not, install the plugin Simple Custom CSS. Or, if you have Jetpack installed, enable its Custom CSS module.

    Learn the Chrome Developer Tools to help you see and test changes to your CSS.

Viewing 1 replies (of 1 total)

The topic ‘Hiding post thumbnails’ is closed to new replies.