Say, in Pro version. How do I remove the the featured image from the top of the post page. Still want to keep the featured image so it shows up on the search page. https://nebraskaeducationonlocation.org/nebraska-notables/susette-la-flesche-tibbles.
Hi @rkassebaum,
Thanks for reaching out!
There’s no option in our theme option to remove the featured image from the top of the post page but there are two ways to achieve your goal. Please follow the instructions below.
1.) The first option is to create a Single Layout Builder and design the post without the featured image at the top.
2.) If you don’t want to create a Layout Builder, you can hide the featured image by using custom CSS. You can add the code below in your Theme Options > Global CSS.
.single-post .entry-featured {
display: none;
}
Please note that custom CSS code is outside the scope of our support. Issues that might arise from the use of custom CSS code and further enhancements should be directed to a third-party developer or you can avail One where we can answer questions outside of the features of our theme.
Hope that helps.
Thank you.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.