Transparent, static header with logo/colors swap after scroll (no shrinking)
Hi, I am interested in the same thing as Paul in this thread: https://generatepress.com/forums/topic/un-hacky-sticky-menu-for-header-nav-on-desktop/ I built my first GP with a static header using this code `.custom-fixed-header { position: fixed; top: 0; width: 100%; z-index: 2000; } .custom-fixed-header + * { padding-top: 80px; }` It works, for the most part, but I agree with Paul … Read more