Hiding page title with CSS
-
I was given this CSS to hide the title of a page:
.post-1693 h1.entry-title {
display: none;
}However I would like to know what should I write to hide the title of all pages
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Hiding page title with CSS’ is closed to new replies.