Remove Page Title from only one page?
-
.page .entry-title {
display: none;
}Can I do this for only one page, not all of them? I’ve tried:
.[pagename] .entry-title {
display: none;
}But it didn’t work. Halp?
I’m not a programmer, nor a coder, but I’m learning by doing. Could you please let me know what is the correct code and why?
Thanks!
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Remove Page Title from only one page?’ is closed to new replies.