badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: How to remove the name of the page from the page itself?

#65264

Hi @lestertucker,

To hide the Page title then please go to the Appearance > Customizer > Additional CSS and paste below custom css code:

.page .entry-header {
	display: none;
}

Thanks