Hey there,
I currently have css that allows a smooth scrolling overlay on the homepage. It works great! But I need the scroll over to be transparent. I want the first section stuck in place (which it is) and the rest of the sections that scroll over it, need to be transparent so that I can see that first section in the background. How do I achieve this? This is the current css I have in place:
section[data-section-id="65ca978295d71019eda39c64"] > * {
background-color: transparent;
color:transparent !important; }
#page .page-section {position: sticky!important; top: 0px}
html {scroll-behavior: smooth}