header
-
Hi:
I would really like to remove the header from contact us, and blog child pages. currently, when clicked there is a black screen with title that I am seeking to remove.
thanks.
The blog I need help with is: (visible only to logged in users)
-
Give this a try and see what you think.
.page:not(.home) #primary-header { display: none; } .site-header:not(.scroll-header) { background: rgba(0, 0, 0, 0.5) } @media screen and (min-width: 768px) { .page:not(.home) .site-content { margin-top: 120px; } } @media screen and (max-width: 767px) { .page:not(.home) .site-content { margin-top: 40px; } } -
-
I just tried the code again, and it works for me. Can you try adding the code again, at the very bottom of your custom CSS?
- The topic ‘header’ is closed to new replies.