• Emily

    (@gradualist07)


    Hello,
    I see that you have an option under Customizing > Content > Page header for turning of the page AND post headers, a checkbox “Hide page/post header title”.

    However, I only want to hide the header title on pages, and show it on posts. (I’m surprised you treat these two very different content types the same for this!)

    Is there a way I can do this with CSS? I can’t find a hook that distinguishes pages from posts.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @gradualist07,

    Thanks for reaching us,

    Can you please sharethe site link so that I can inspect and provide an appropriate solutions. Kindly share the site link and I will be back.

    Regards

    Thread Starter Emily

    (@gradualist07)

    Hi. I found a solution while waiting for your reply.

    I used CSS to hide the header title by using this piece of Additional CSS

    
    .page-template .header-post-title-container, 
    .page-template-default .header-post-title-container {
    display: none;
    }

    Hi @gradualist07 ,

    Glad to hear that the issue has been fixed. Let me know if you have any confusion, and I will be back.

    Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide header title only on pages (show on posts)’ is closed to new replies.