May 1, 2019 at 10:42 am
#62954
Theme Horse Support Team
Keymaster
Hi there,
Use the below custom CSS code to hide the title of the page in homepage:
.page-title-wrap, .home .entry-content .entry-title {
display: none;
}
Thank you!