How to disable post featured image

You can hide the post featured image from the top of the post by adding this code snippet into Theme options > Layout > Advanced > Custom css:

.single-post .post-thumbnail {
    display: none !important;
}
pixfort
pixfort
Essentials support team
hub.pixfort.com

Hey, this is pixfort support team, if you still need help you can always reach us via the chat messenger in your account on pixfort hub

Related Posts