Hide the page title on the home page
Hides the big page title (like “Home”) on a static front page. Other pages keep their titles.
.home .entry-title,
.home .page-title,
.home .wp-block-post-title {
display: none;
}
Good to know
Works with most themes. If yours uses another class for the title, add it to the list.
In these packs
- Design touches: Small front-end touches: a reading progress bar, an announcement bar, a WhatsApp button, accessibility fixes.