Archived topic
Image thumbnail on cat main page.
1 reply · Started by Joseph on December 22, 2014
I am trying to do either or.
Prevent the Featured Image from showing on my single post page
or
Move the Featured Image below the post tile on this particular theme.
I have also tried using the Custom Fields to only show the thumbnail on the cat main page.
Please advise and thank you for your time.
Hi there,
To hide the featured image on single posts, you can add this CSS:
.page-header-image-single {
display: none;
}
The Blog add-on allows you to move the post image below the post title through the Customizer.
Let me know if you need any more help :)