Removing header image from one page
-
Hi,
I’d like to remove the header image from a single page, and keep the others. Is this possible?Thank you
The blog I need help with is: (visible only to logged in users)
-
Hello,
To remove the header image from a specific page, you’ll need to have a page ID: https://en.support.wordpress.com/pages/#how-to-find-the-page-id
Then use this custom CSS:
.page-id-1 #primary-header { background-image: none !important; background-color: #aaa; height: 10em; }Where 1 is the Page ID.
Hope this helps.
Best,
Taras
- The topic ‘Removing header image from one page’ is closed to new replies.