I have my mobile header set to “Scrolls with Site” in the Wix editor (css is #SITE_HEADER { position: relative; }). However, on my homepage on mobile I want the header to be set to “Freezes” (css #SITE_HEADER { position: fixed !important; })
Is there a way to do this using Velo or css (something like .page-id-1 .mobile-header #SITE_HEADER { position: fixed !important; }) ? I am primarily a wordpress developer and am just getting into Wix/Velo dev. Any help greatly appreciated!