Archived topic
How to remove title menu in content
3 replies · Started by Maxime Corbisier on March 4, 2015
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 :D
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 :)
Thank you very much !!!
You're welcome :)