Post Title Position

I am using a Featured image which appears at the top of my post as expected and just below it appears the Post Title.

  1. Is it possible to hide the Post Title in this instance?
  2. Hide the Post Title per point 1 and then have the Post Title in the Header section?

Please see page below:

https://www.hootylink.com/viazle-social-media-analytics/

Hi Kesvel,

Thanks for writing in!
Unfortunately showing post title in header needs custom development, which is out of our theme support scope.
I can only help you to hide the post title via custom CSS.
Please add this CSS to your X-> Theme Option -> CSS and let us know if that works.

body.single-post .entry-header {
display: none;
}

Hope this helps!

Thanks

Thank you very much Basanta, that will do the trick. It worked perfectly! X Theme impresses us every day as we explore it! - Hooty Creative

Glad to know!

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.