March 24, 2016 at 10:03 am
#43736
Theme Horse Support Team
Keymaster
Hi Brendan.
Do you want to hide the page title. If yes then Go to Appearance -> Customize -> Design options -> Custom CSS paste the below CSS code and Click on Save & Publish button at the top of the options panel.
.page-title-wrap {
display: none;
}
Hope this may help you
Thank you!