How do I remove header banner on all pages but index/home page?
-
I would like to remove the header banner on other pages.
I have a child theme made and have already made changes to that.
I know CSS, something like:
div.frontpage-header {
display:none;
}
But where can I put it into a specific page?
Or just any page other than the front-page?I know html/css/js and some php but not familiar with WordPress yet.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How do I remove header banner on all pages but index/home page?’ is closed to new replies.