Shopify themes, liquid, logos, and UX
Can I get your help on my hero image on my website? I want to extend the margin of the hero image all the way to the top (so that the margin starts under the free shipping announcement. I'm using the Sense theme and I am using its Image Banner module as my hero graphic section.
Thank you!
Stephanie
Solved! Go to the solution
This is an accepted solution.
Please go to your Online store > Themes > Edit code > open theme.liquid file, add this code before </head> tag and save file
{% if template == 'index' %}
<style>
.header-wrapper { background: transparent !important; }
#MainContent { margin-top: -157px !important; }
</style>
{% endif %}
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
This is an accepted solution.
Please update code to this and check
<style>
.header-wrapper { background: transparent !important; }
.header-wrapper .header__icons--localization .localization-form:only-child .localization-form__select,
.header-wrapper .header__inline-menu .list-menu__item,
.shopify-section-group-header-group .header-wrapper .header__icon, .shopify-section-group-header-group .header-wrapper .header__icon--cart .icon { color: #fff; }
.shopify-section-header-sticky .header-wrapper .header__icons--localization .localization-form:only-child .localization-form__select,
.shopify-section-header-sticky .header-wrapper .header__inline-menu .list-menu__item,
.shopify-section-header-sticky .header-wrapper .header__icon,
.shopify-section-header-sticky .header-wrapper .header__icon--cart .icon { color: #333 !important; }
.shopify-section-header-sticky .header-wrapper { background: #fff!important; }
{% if template == 'index' %}
#MainContent { margin-top: -157px !important; }
{% endif %}
</style>
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
Hi @komesoap
Do you mean want to your look like this?
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
Hi Dan, thanks for responding to my post! Yes that's exactly what I want to achieve.
This is an accepted solution.
Please go to your Online store > Themes > Edit code > open theme.liquid file, add this code before </head> tag and save file
{% if template == 'index' %}
<style>
.header-wrapper { background: transparent !important; }
#MainContent { margin-top: -157px !important; }
</style>
{% endif %}
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
That worked perfectly!! Thank you so much Dan! 😀
You are very welcome
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
Hi Dan, I have a follow up question. This might be more complicated so no worries if it can't be done.
Is there a way to have all the text including my logo be white while it's on transparent overlay. Then later on scroll up, when the sticky bar comes out, the menu bar changes to non-transparent and the text and logo changes back to black?
Yes, it can be. Please send me your store link again so I can check
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
Thank you!
Please check store URL, it is not correct
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
This is an accepted solution.
Please update code to this and check
<style>
.header-wrapper { background: transparent !important; }
.header-wrapper .header__icons--localization .localization-form:only-child .localization-form__select,
.header-wrapper .header__inline-menu .list-menu__item,
.shopify-section-group-header-group .header-wrapper .header__icon, .shopify-section-group-header-group .header-wrapper .header__icon--cart .icon { color: #fff; }
.shopify-section-header-sticky .header-wrapper .header__icons--localization .localization-form:only-child .localization-form__select,
.shopify-section-header-sticky .header-wrapper .header__inline-menu .list-menu__item,
.shopify-section-header-sticky .header-wrapper .header__icon,
.shopify-section-header-sticky .header-wrapper .header__icon--cart .icon { color: #333 !important; }
.shopify-section-header-sticky .header-wrapper { background: #fff!important; }
{% if template == 'index' %}
#MainContent { margin-top: -157px !important; }
{% endif %}
</style>
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
Oh my goodness! Amazing! It works perfectly! Thank you again Dan!!!
Glad I could help!
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
Hi Dan, just one more small detail, if you don't mind. Is it possible to exempt mobile from the same settings?
Please send me black logo version
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
Here you go! My black logo is here: https://www.dropbox.com/scl/fi/aaovuypybmziaz21wn1h5/Ine-Logo-copy.png?rlkey=ug6bjq5p1eudxr35wlu0ptt...
Please upload it to your store admin > Content > Files then give me that link
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
OK, got it! Does this link work?
Please update code
<style>
.header-wrapper { background: transparent !important; }
.header-wrapper .header__icons--localization .localization-form:only-child .localization-form__select,
.header-wrapper .header__inline-menu .list-menu__item,
.shopify-section-group-header-group .header-wrapper .header__icon, .shopify-section-group-header-group .header-wrapper .header__icon--cart .icon { color: #fff; }
.shopify-section-header-sticky .header-wrapper .header__icons--localization .localization-form:only-child .localization-form__select,
.shopify-section-header-sticky .header-wrapper .header__inline-menu .list-menu__item,
.shopify-section-header-sticky .header-wrapper .header__icon,
.shopify-section-header-sticky .header-wrapper .header__icon--cart .icon { color: #333 !important; }
.shopify-section-header-sticky .header-wrapper { background: #fff!important; }
.shopify-section-header-sticky .header-wrapper .header__heading .header__heading-logo-wrapper {
background-image: url('https://cdn.shopify.com/s/files/1/0665/9614/3353/files/Ine_Logo_copy.png?v=1678854891');
background-size: cover;
background-position: center;
}
.shopify-section-header-sticky .header-wrapper .header__heading .header__heading-link img { opacity: 0; }
{% if template == 'index' %}
#MainContent { margin-top: -157px !important; }
{% endif %}
</style>
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
You are a saint and a scholar Dan! I don't know how to thank you enough!! ❤️
Happy I could help 😊
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
Could I send collaborator request so I can check and fix the code directly on your store?
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
Sure!
I sent request.
- Helpful? Like and Accept a solution. - Donate: Buy coffee ☕- or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now
Approved!
User | RANK |
---|---|
196 | |
178 | |
85 | |
62 | |
45 |
Transform this holiday season into a shopping spree. Plus, learn how to effortlessly open ...
By Jasonh Dec 8, 2023Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023