Disable sticky header on all pages except starting page
I already found this:
.page-id-xxx #Top_bar.is-sticky { display: none !important; }to disable sticky header on specific pages.
Is it possible to disable it on all pages except starting page or other way around enable it only for starting page?
Best Stefan
Comments