• Resolved bridscross

    (@bridscross)


    I’m trying to remove the page title but keep the title in the menu.
    However, the menu title then reverts to an automatically generated placeholder title (#564) when the actual title is hidden. Is there anyway around this? I don’t want the page title of my shop (and others) to show that text above the start of the page, but obviously want the word ‘shop’ to be in my main menu bar.

    • This topic was modified 1 year, 2 months ago by bridscross.
Viewing 1 replies (of 1 total)
  • Hi @bridscross , if you just want to remove a title from the page itself, I’d recommend doing it with CSS. You’ll want a real title in place for search results, sharing, browser tab titles, and more. Let us know if you need help with this.

    .page .entry-title {
      display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Remove page title but keep menu title’ is closed to new replies.