Hey Swift Team,
First off, kudos on amazing support! You guys rock. I still have to respond to a couple of your responses to other questions – rare a support team beats me to that!
However, I am working on a site – migrating it to your framework from a hardcoded WP build we did to make easier for client.
How can I disable the sticky header bar color on scroll until it reaches a certain point.
Like I have setup here:
http://dev.hugosrestaurant.com/ (view pw: hugosla)
I’m basically looking for either some transition CSS to target that sticky header or PHP mod (like seen in other threads) to change the px height (to zero?) at which that sticky bar appears.
Here is the site I am working on w/ Cardinal:
http://hugosrestaurant.cunningfox.co/ (this has some header restructure to add second menu overlay and use overlays for mobile/tablet)
Basically, I want:
1. A static logo #1 – already there, is just ‘replaced’ too quickly by sticky header.
2. White header background to disappear immediately on scroll
3. Sticky header to reappear at certain pixel height down page and work on up-scroll. (this already exists and is working great – but need to stop reappearing at initial scroll.)
Thank you!
Jason