Shopify themes, liquid, logos, and UX
In my website I have a homepage and a shop page. In the home page I need my logo to be white and in the shop page I need it to be black.
The debutify theme gives me three options for logos - default, inverted and mobile
The logo works fine when on desktop but on mobile it doesn't work it only stays as whatever I put the mobile logo option as
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!😊
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
Thank you very much my url is
Swirl-head.com
can you please provide screenshot further issue?
Hey im having the same issue, did u figure out how to fix it?
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
In theme.scss.liquid,
1. Comment out "@include screenUp($postSmall) {" here:
/* @include screenUp($postSmall) { */
// Show default logo - hide inverted logo
.site-header__logo {
.default-logo {
display: block;
}
.inverted-logo {
display: none;
}
}
/* } */
}
2. Comment the mobile logo block here:
// Hide default and inverted logo - show mobile logo
/* .site-header__logo {
.default-logo {
display: none;
}
.inverted-logo {
display: none !important;
}
.mobile-logo {
display: block;
} */
Could you explain what you're doing? When I look up "@include screenUp($postSmall) {" I see multiple results. Which one do I replace? Where do I place the second lines of code (mobile logo block)?
SOLVED - Debutify 5.01
1. Go to the Theme > Edit Code
2. Open the theme.scss.liquid
3. click in the code and search - keyboard shortcut STRG+F or CMD+F
Search: Show default logo - hide inverted logo (in my case line 5953)
4. Replace the the code with the code above from USER Xcorpllc in step 1 - for more details you can ask chatgpt "What means "comment out" for cosing?"
5. Search: Hide default and inverted logo - show mobile logo (in my case line 5982)
6. Replace the the code with the code above from USER Xcorpllc in step 2
Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024