Hello,
I’m trying to figure out how to have a static header (one where you can always see the header at the top of the page no matter how far you scroll down) in two ways so I can try it out:
-
Having a header stay static on a certain page:
Tried this but no dice. 4972 is my page id.
.page-id-4972 .x-masthead { position: static; } -
If I wanted all pages EXCEPT for the main page to have a static header … how could I accomplish this?
Thanks!
