Site logo

[Resolved] How to remove title menu in content

Home Forums Support [Resolved] How to remove title menu in content

Home Forums Support How to remove title menu in content

  • This topic has 3 replies, 2 voices, and was last updated 11 years ago by Tom.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #82420
    Maxime Corbisier

    Hi!

    I juste want to remove the title “Home” in my content.

    When I click to “home”, this title appears on the top of the content. Is it possible to remove it ?

    Thanks 😀

    #82568
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Couple options:

    a) Remove the title on all pages:

    .page .entry-header {
          display: none;
    }

    b) Remove the title on specific pages – you can do this using the “Disable Elements” add-on.

    c) Name the page something other than “Home”, and then go to “Appearance > Menus” and label the menu item as “Home”. This way, the content will show a helpful title, and the menu will still say “Home”.

    Hope this helps 🙂

    #84285
    Maxime Corbisier

    Thank you very much !!!

    #84359
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

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