New Topic

Remove featured images from detailed view

Home › Forum › Customization › Remove featured images from detailed view

This topic contains 1 reply, has 2 voices, and was last updated by  StartupWP 3 years, 8 months ago.

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

    graphicsgeezer
    Participant

    Hi
    Whenever I put a featured image on a post, it shows up full size when the post is viewed. Any way to get rid of it? It doesn’t happen with other themes.

    thanks

    #2440

    StartupWP
    Keymaster

    We do things differently from most themes in order to give you all the options without dictating too much what we think you should need or not need.

    In this case, a little CSS will do the trick to hide it and then the image will still be available for social sharing:

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

    https://startupwp.com/topic/customizing-your-theme/

    If that doesn’t work, please share the link to an example page.

    Thank you.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.