Remove Page Header Title But Not Globally
-
I want to remove the header title from only certain pages. If I use this css
.page-header {
display: none;
}It used to remove the page header for the whole site but now it does nothing.
Thanks for your help
- The topic ‘Remove Page Header Title But Not Globally’ is closed to new replies.