December 25, 2018 at 12:35 pm
#59359
Theme Horse Support Team
Keymaster
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!