Has anyone been able to recreate the old “pinned” effect to allow a header to sit ontop of the Hero section instead of before it after this update?
I get that you can use freeze the header but the thing is it freezes the header but still takes place in the DOM. Before with pinned, you could have a “transparent” header because the position was relative but now the header sits on top of the next section, showing the page background. I would like to achieve the effect in the picture for a client and I could easily do it before but I’m not sure how/if I can do it with the header scrolling updates. Am I missing something here or is it no longer possible?
If I need to use custom code I can do that but it would be unfortunate to have to do all of that since it was so easy before lol. Thanks in advance!