Archived topic
How to remove H1 header from within featured image
3 replies · Started by Scott on December 16, 2019
Hi guys,
I have used the site library and imported the catalyst template.
I have managed to customise everything as I want except for the fact that on my blog posts the H1 header appears in the middle of the featured image of the post. This leads to the text becoming unreadable in some cases either on desktop or mobile view.
Is there any way of removing it from the featured image area and have it appear at the top of post/below the featured image instead?
I have searched this forum and done multiple google searches and cannot find a solution.
Thank you so much
Hi there,
go to Appearance > Elements and edit the Header Element assigned to Posts.
Replace the HTML: <h1>{{post_title}}</h1> with <!-- Featured Image -->
The Post title will now return to its normal position above the content.
Thank you, David!
Something so simple, yet was causing me such a headache!
Thank you again for the great support
Well its simple when you know where it is :)
Glad to be of help.