No content to show
User Activity
Oh I like this, yeah the scrolling doesn't matter. Its more that it happens at the same time as when the logo gets smaller when we scroll down. Our header is a bit in your face for it to be there the whole time as a sticky header, IMO. Its for my dau...
I did some more trial and error and found this to work. <script>
window.addEventListener('scroll', function() {
var header = document.querySelector('.header-wrapper');
if (window.scrollY === 0) {
header.style.opacity =...
Thank you for trying to help @BSSCommerce-TA Unfortunately, I put that in and it didn't work. Not sure if there are changes with v15.0 of the them that just came out. This is what I ended up with, I also did something that makes the padding smaller ...
We are using the Trade Theme (15.0) with a the Sticky Header - "Always Reduce Logo Size" We want the sticky header to have some transparency when you scroll down, basically when it reduces the logo size on scroll down that it also adds some transpare...