Hi @droyed – it sounds like your homepage might be using the Page template, and not the Home template, is that right?
If that’s the case, there are a couple of ways to remove or hide the Post Title block only on the homepage.
- Custom template – you could create a custom page template that does not include a Post Title block, and then assign it to your homepage. Step-by-step guide on how to create a custom template. OR,
- Custom CSS – alternatively, you could add the following custom CSS in the site-wide CSS editor to hide the page title, only on the front page:
/* Page title - hide on homepage */
.home .wp-block-post-title {
display: none;
}
If you need further help, would you able to provide a link to your site so I can have a look directly? Thanks!
p.s. Here’s a collection of resources to help you get going with WordPress, the site editor, and Twenty Twenty-Three. ??