Hi All — Just starting out with Mantra and I think it’s gonna stick! Thanks for creating this!
This is something that works in another theme, but not in this one. So perhaps what I’m doing wrong here might transfer over to other things I’m working on.
I want to hide the page-title header on a certain page. This is what works in another theme but not in Mantra:
.page-id-4 .post-headline {
display: none;
}
I also tried adding !important but that didn’t work. Any help would be most appreciated!
-
This topic was modified 3 years ago by Drobb. Reason: clarifying what I mean by "header"