• Resolved Deranged_Dev

    (@deranged_dev)


    I don’t want the large featured image appear just below the main menu. How to remove it for all posts.

Viewing 1 replies (of 1 total)
  • Theme Author Themes4WP

    (@themes4wp)

    Hi

    This option is not included. You can do it only with custom CSS style:

    .single-post .single-thumbnail {
    display: none;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Remove featured image in single-post?’ is closed to new replies.