Removing Page Titles
-
I’d like to prevent the page titles from appearing on the individual pages. I’ve included the following code in the Custom CSS panel but it’s not working.
.page-title {
display: none;
}Thoughts appreciated.
Thanks.
The blog I need help with is: (visible only to logged in users)
-
Hi there !
You need to enter a valid class for it to work. ( .page-title doesn’t seem to exist in you theme )
Try that :
.page .entry-title { display:none; }I specified to remove the title only for pages, not blog posts or on the blog page !
Hope this helps,
-
- The topic ‘Removing Page Titles’ is closed to new replies.