What I’m trying to do is get rid of unneeded space between the menu and the actual content. After removing the titles there is a fair bit of extra space between the menu and the content. How would I go about changing that?
First, I want to say that I have used many themes and have not been happy with any of them, until I found “Read”…Thank you so much for such a great theme! On with the question: I have a static home page and I just want to get rid of the page title on the “Home” page only. Suggestions?
I put both
.page .entry-header { display: none; }
and
.home .entry-title { display: none; }
in the Custom CSS field. The page titles are gone from all the pages except homepage, it’s still there. Any other way i can remove the page name from homepage?