Hello
I wanted to remove the page title from all pages, so I used the css code below and that worked, but the problem is that it creates a gap between the header and the the actual page content, so I tried to reduce the padding but no matter what number I put it doesn’t make any changes neither with the footer nor with the header. Dashboard → Appearance → Customize → General→ reduce top padding
I used this CSS to hide the page title
.page.hentry .title-post {
display: none;
}