June 6, 2019 at 1:13 pm
#64059
Theme Horse Support Team
Keymaster
Hi there,
To remove the page title just login to your WP dashboard and go to the Appearance > Customizer > Additional CSS and paste below custom css code:
.page .entry-title {
display: none;
}
Thank you!