Hide Single Page Title Using CSS Display None – Help
-
My goal is simple.
I would like to hide the H2 Page Title from only one page (the landing page) of my site.
I’ve read numerous posts saying I should be able to do this using something like this:
#page-id h2 {display: none;}
The only problem is I don’t know “exactly” how that should look.
I know the ID number of my page is 183
But I don’t know if I’m to write “#page-id-183…”, or “#page183”.
Has anyone out there successfully hidden the TITLE of a single page from your wordpress site using this method.
Afterthought: I did try hiding ALL h2 titles using display none and it did work…so, I know I’m close. But…(help)?
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Hide Single Page Title Using CSS Display None – Help’ is closed to new replies.