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 page title?

#59359

Hi Yiannos,

To remove the page title bar go to the Appearance > Customize > Additional CSS and paste the custom CSS code below:

.page-header .page-title-wrap {
    display: none;
}

Thank you!