Shopify themes, liquid, logos, and UX
Hello, good afternoon!
I am starting to build a store, and I need some assistance regarding the animated image on the header menu - similar to this website - https://flyfive33.com/
The "Five33" is moving
This is my store - https://7880c5-93.myshopify.com/
password is - taoper
Thank you!
Solved! Go to the solution
This is an accepted solution.
Please add this code to theme.liquid file, after <head> in Online Store > Themes > Edit code
{% if template == 'index' %}
<style>
.section-header.scrolled-past-header .header-wrapper { background: #fff !important; }
.section-header .header-wrapper { background: transparent; }
#MainContent { margin-top: -141px; }
@media (max-width: 749px) {
#MainContent { margin-top: -72px !important; }
}
</style>
{% endif %}
- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
This is an accepted solution.
Please add this code to theme.liquid file, after <head> in Online Store > Themes > Edit code
{% if template == 'index' %}
<style>
.section-header.scrolled-past-header .header-wrapper { background: #fff !important; }
.section-header .header-wrapper { background: transparent; }
#MainContent { margin-top: -141px; }
@media (max-width: 749px) {
#MainContent { margin-top: -72px !important; }
}
</style>
{% endif %}
- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
thank you. pretty crazy i was looking for this, at this exact moment & somebody also was and another was able to answer. the power of community.
Thank you Dan, I appreciate it, it worked.
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025