Home Forums Trusted title page Reply To: title page

#12264
Andy
Keymaster

The CSS you posted – .header-title { display: none; } – will remove the page title across all pages of your site.

If you want to remove the title only on the home page, use this instead: .home .header-title { display: none; }