Home › Forums › Trusted › title page › Reply To: title page
September 30, 2020 at 11:30 am
#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; }