March 26, 2019 at 9:25 am
#61712
Theme Horse Support Team
Keymaster
Hi there,
To reduce the space between your content and navigation and also hide the page title in your home page just add below custom CSS code to Appearance > Customize > Additional CSS
.home.page .entry-header .entry-title {
display: none;
}
.site-content {
padding: 20px 0 10px;
}
Thank you for using our theme.