Shop Categories

X

How to hide Home page title only

Home Forums Agama Pro How to hide Home page title only

Topic Resolution: Resolved
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10535
    rabtheme
    Participant

    I use a static front page called Home. I want to hide the page title on the front page only. Is there CSS that will allow me to do this? In an older version of Agama Pro, I think this was the default, or at least I could hide it. An update removed this feature, so I had removed the title text from the front page, but this also removes the text from the browser tab. I would like it displayed on the tab but not on the page. Is this possible?

    #10536
    Zex
    Moderator

    Hi,

    To hide the Page title on the homepage only, insert next CSS code in Customize->General->Additional CSS:

    .home h1.entry-title {
    	display:none;
    }

    Regards

    #10537
    rabtheme
    Participant

    Works perfectly. Thank you for your quick reply!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.