Is there a way to stop the title of the tab in a non-homepage from displaying once you open it up?
-
I have a homepage and 5 other pages (tabs) on my website. When I click on any of the non home pages, the name of the tab displays at the top of each page. The home page does not do this. Is there a way to keep the names of the tabs the same, but when you open the non-home pages to not have the name of the tab appear at the top of the page? Thank you.
-
Adding this via Custom CSS https://wordpress.com/support/custom-design/custom-css/ is the only way to do it:
.entry-title { display: none; }A word of caution though, this will also remove the titles from blog posts, which can get a bit awkward. But, if you plan to keep the site pages-only, then that shouldn’t be a problem. :)
- The topic ‘Is there a way to stop the title of the tab in a non-homepage from displaying once you open it up?’ is closed to new replies.