Page content showing
Hello - I'm using this theme on my site,
but there's a space in between the header and the footer that I want to hide. I was only able to hide the Page title but not the body, is there a way to do it?
the code I've used so far is:
.entry-title {
display: none;
}
Thank you.