Hiding Title on Main Home Page

Okay,

So, I’ve been scratching my head and trying EVERYTHING that anyone has posted on this subject, with no luck. I can’t believe with twenty zillion web pages being built on Wordpress that there isn’t an easy way to toggle off the Title text from showing on one page on your website, i.e. the home page. I see a zillion pages where this is the case, so it must be possible, but nothing I’ve tried has made a difference.

I’m using BuilderBeaver child theme. Tried editing css file, installing and activating Hide Title plug-in, toggled on and off every other setting under the sun.

Nothing makes a difference, and other online resources are saying to edit specific PHP files which makes me uncomfortable to start with, and also, they reference PHP files which are not in the theme directory for BB Child.

So, I’m thoroughly confused. I can just leave the main home page without a title, but this seems counterproductive to SEO and generally just good labeling practices.

Anyone have any idea on a fix for what should be the simplest thing in the world? Thanks!

Hi Glen,

If you wish to hide only your homepage title, you will want to use custom CSS like so:

.home .fl-post-header {
    display: none;
}

However, you could use the Global setting, but this will remove page titles for all pages and will mean you manually adding them to each page.

Thanks,
Danny

Cool. That seems to work. Thanks!!!

Hi Glen,

No problem and happy to help!

Thanks,
Danny