BuddyBoss Home – Web Support Forums Themes OneSocial theme Hide featured image in blog post

Viewing 3 posts - 1 through 3 (of 3 total)
  • Question

    #61189
    @gavins

    Please could you provide CSS to hide the featured image on blog posts (but retaining a visible post title), thanks.

    Answers

    #61212
    @anve

    HI @gavins

    Try applying following css in child theme’s custom css option.

    .blog .post .attachment-post-thumb {
      display: none;
    }
    

    Regards
    Anve

    #61248
    @gavins

    Thanks – to clarify, how can I hide the featured image on the post itself, but still retain a visible page title? e.g. in the screenshot attached, I’d like to remove the image, but keep ‘Apple introduces accessories for the iPad’ as a standard H1 heading.

    (The reason for this is that often, the images I have available are not of the required resolution to look good in this format, so better to hide them)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The question ‘Hide featured image in blog post’ is closed to new replies.