I want to remove the title and feature image from my post - I only want to remove these from their default position at the top of my page (when viewing the post’s content)
Many thanks
I want to remove the title and feature image from my post - I only want to remove these from their default position at the top of my page (when viewing the post’s content)
Many thanks
Hey Greer,
Please add this code in X > Theme Options > CSS:
.single-post .has-post-thumbnail .entry-featured,
.single-post .entry-header {
display: none;
}
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.