Hide page title on all pages except home

This topic contains 2 replies, has 2 voices, and was last updated by  Anna 4 years, 9 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #501710

    Anna
    Full Member
    Post count: 70

    Hello

    I’ve hidden page titles site wide using:
    .entry-title {display: none}

    I’m trying to get the homepage title to display while keeping all the others hidden…is there an easy way to achieve this?

    Thanks in advance
    Matt

    #501712

    Kor
    Moderator
    Post count: 16516

    Hi Matt,

    Thanks for your post. Could you try using the custom CSS code below and see if it helps?

    .home .entry-title {display: block;} .entry-title {display: none;}
    #501714

    Anna
    Full Member
    Post count: 70

    Thanks Kor, it works perfectly! 🙂

Viewing 3 posts - 1 through 3 (of 3 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket