Shopify themes, liquid, logos, and UX
Hi, I'm trying to recreate a header-logo animation on scroll, similar to the Gucci website: https://www.gucci.com/nl/en_gb/?gad_source=1&gclsrc=ds Can you help me create this? Thank you in advance.
Solved! Go to the solution
This is an accepted solution.
add This css Code in Header.liquid FIle
line 85 :--> /* Logo Text */ "
Below Past This Code
header.header h1.header__heading:nth-child(4) .header__heading-logo-wrapper {
display: none;
}
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Contect On My Mail :-Mail@gmail.com
Yes I can Help You
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Contect On My Mail :-Mail@gmail.com
Perfect, how?
Where in the site do you want to create this animation
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Contect On My Mail :-Mail@gmail.com
Header, where my logo is. Same as the Gucci site
Okay You Say I all Code Give you DIrect Without Site,
Same as Gucci
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Contect On My Mail :-Mail@gmail.com
I’m sorry I don’t understand what you mean, Yes i just want a code to implement in base.css/theme.liquid/headercss etc. But I want the animation exactly the same, where i can change it to my logo instead on Gucci ‘ do you understand me? I’m sorry for my english.
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Contect On My Mail :-Mail@gmail.com
Perfect, can you show me how the code works? What it is? Where to implement?
This Is Script Use It in Header.liquid
<script>
document.addEventListener('DOMContentLoaded', function() {
const nav = document.getElementById('stickyNav');
let lastScrollTop = 0;
let isSticky = false;
function setStickyClass(sticky) {
if (sticky && !isSticky) {
nav.classList.remove('isSticky');
nav.style.top = '0';
nav.style.fontSize = '500px'; // Adjust the font size as needed
nav.style.color = 'white';
isSticky = true;
} else if (!sticky && isSticky) {
nav.classList.add('isSticky');
nav.style.top = '0px';
nav.style.fontSize = '42px'; // Adjust the font size as needed\\
nav.style.color = 'black';
isSticky = false;
}
}
window.addEventListener('scroll', function() {
let scrollTop = window.pageYOffset || document.documentElement.scrollTop;
if (scrollTop <= 150) {
setStickyClass(true);
} else {
setStickyClass(false);
}
lastScrollTop = scrollTop;
});
});
</script>
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Contect On My Mail :-Mail@gmail.com
It doesn’t work
First You Put Header.liquid Logo Add id and this code than add css after Work this Code
First You Find This Class Name
class="header__heading-link link link--text focus-inset"
This Class Name Total Two And You Both Same Change
Replace By This Code
id="stickyNav" style="top: -50px; font-size: 500px; color: white; width:100%" class="header__heading-link link link--text focus-inset"
And Than Add Css Above Of the header.liquid above code Style inner Put
#stickyNav {
position: fixed;
font-size: 80px;
width: 100%;
text-align: center;
transition: top 1s ease, font-size 1s ease;
}
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Contect On My Mail :-Mail@gmail.com
should i send you a link of my website in pm?
Okay
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Contect On My Mail :-Mail@gmail.com
Sent
This is an accepted solution.
add This css Code in Header.liquid FIle
line 85 :--> /* Logo Text */ "
Below Past This Code
header.header h1.header__heading:nth-child(4) .header__heading-logo-wrapper {
display: none;
}
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Contect On My Mail :-Mail@gmail.com
Hi @Raj-webdesigner , I tried to contact you through email but your email adress doesnt seem to work. How can we get in contact? I'm looking for a developer who can implement exact this animation for me.
Thank you
Yes Sure.
If you require further help to optimize your store, please don’t hesitate to reach out.
This contribution will always benefit you and you will get my full help easily and you can contact me easily.
Contect On My Mail :-Mail@gmail.com
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