Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #28226

    Hi,

    How do I remove the feature image from displaying in single posts when I select the “Standard” post type?

    Thanks.

    #136910

    Hey,

    You can add this on your custom.css or Quick CSS:

    .single .small-preview, .single .big-preview.single-big {
    display: none;
    }

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Remove Feature Image from standard post type’ is closed to new replies.