Replies: 0
I have tried through various css to get rid of the page title on all pages. Specifically I need to get rid of it on my static home page, which currently displays “Home” at the top of the content… I have tried many variations of this code:
.page .entry-title {
display: none;
}
None are working.