Reply To: How to remove title menu in content

Home Forums Support How to remove title menu in content Reply To: How to remove title menu in content

Home Forums Support How to remove title menu in content Reply To: How to remove title menu in content

#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 🙂