Trying to remove a page title
-
I put this bit of code in my child of Twenty Twelve
/* Remove page title */
body.home .entry-title {
display: none;
}It works for the home page (front page as defined in Reading Settings), but if I try and do the same for any of the other pages, the page title remains (changing body.home for say body.contact for my contact page).
So I guess I need something other than ‘body.home’ in the css for any other pages, but what?
Sorry my site is still on localhost for a few more days probably.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘Trying to remove a page title’ is closed to new replies.