Shopify themes, liquid, logos, and UX
ok i have a code thats ok, but now exactly what I want. Im trying to replicate an effect on muimui.com
their big logo section seems to be a fixed svg? and header header scrolls up automatically on scroll down or up when the top of web[age is in view. guessing a 10px automatic scroll on mouse or finger.
Can someone have a look at my code and see if you can replicate the mui mui logo/header section so it'll work on mine. Thanks
URL is www.rawqayos.com
<script> var headerHeading = document.querySelector('.header__heading-link'); headerHeading.style.opacity = '1'; headerHeading.style.display = 'none'; window.addEventListener('scroll', function() { if (window.scrollY > 10) { var sectionElement = document.querySelector('#shopify-section-sections--16023878140022__custom_liquid_TWfEKa'); sectionElement.style.opacity = '0'; headerHeading.style.opacity = '1'; headerHeading.style.display = 'block'; } else { var sectionElement = document.querySelector('#shopify-section-sections--16023878140022__custom_liquid_TWfEKa'); sectionElement.style.opacity = '1'; headerHeading.style.opacity = '0'; headerHeading.style.display = 'none'; } }); </script> <style> .header__heading-link, #shopify-section-sections--16023878140022__custom_liquid_TWfEKa { transition: opacity 0.6s ease; } .header__heading-link, #shopify-section-sections--16023878140022__custom_liquid_TWfEKa { transition: 0.6s ease; } </style>
@xnyjyh, Please share your preview theme password. So that I will check and let you know the exact solution here.
Feel free to reach out if you have any questions or need assistance.
Best Regards,
DWS.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025