• Resolved sarahcollett

    (@sarahcollett)


    Hello,

    Love the theme!

    I would like to hide the featured image and main title on each single post, but still have them display in the post list on the post page.

    Everything I have tried so far removes them from the single posts and removes them from the post list on this page too: http://sociallytalking.com/blog/

    Is there a way I can do this with the theme settings or with CSS?

    Thank you,
    Sarah

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The following added to Additional CSS in the Customize section should work

    .single-post .entry-title, .single-post .wp-post-image {
      display: none;
    }
    Thread Starter sarahcollett

    (@sarahcollett)

    Brilliant that has worked thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hiding featured image and title on single post but not post list’ is closed to new replies.