Tagged: hide page, home page hide, page hide
I am editing my home page and would like to hide the page name without hiding it in the nav menu it’s in. How can I do this?
Hi there,
To hide the page name from your home page just go to Appearance > Customizer > Additional CSS and paste below line of code
.home .site-main .entry-header { display: none; }
Thank you!