Shopify themes, liquid, logos, and UX
Hi everyone, I've tried suggested solutions for these two tasks for other themes but none seem to be working for my site built with Modular theme. I have two problems I've fix:
Thank you in advance!
Solved! Go to the solution
This is an accepted solution.
Hey @aqua_fish,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
.menuToggle .diamond-bar {
background: transparent !important;
}
.icon-menu .icon-bar, .icon-menu .icon-bar:before, .icon-menu .icon-bar:after {
background-color: white !important;
}
a#cartTotal {
display: none !important;
}
header-search-popdown {
margin-right: 0 !important;
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
I made the hamburger icon white because it's hard to see when it's black and aligned the search icon because it was too far left.
Hey @aqua_fish
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
Best Regards,
Moeed
Sure it's gltchs.com - thanks
Hey @aqua_fish
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
a#cartTotal {
display: none !important;
}
.diamond-bar {
background: transparent !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
@aqua_fish Hope you are doing well.
Could you please share your store URL? so can check and guide you accordingly.
Hello @aqua_fish.
Could you please provide me with the URL for the store you mentioned in your query? Additionally, if the store is password protected, could you share the password as well?
Hey @aqua_fish,
Please share the link to your store please? And please remember to remove any password protection on the site temporarily until we can resolve the issue. Thanks!
This is an accepted solution.
Hey @aqua_fish,
Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.
<style>
.menuToggle .diamond-bar {
background: transparent !important;
}
.icon-menu .icon-bar, .icon-menu .icon-bar:before, .icon-menu .icon-bar:after {
background-color: white !important;
}
a#cartTotal {
display: none !important;
}
header-search-popdown {
margin-right: 0 !important;
}
</style>
Screenshot is for reference only, the correct code to paste is the one shown above.
I made the hamburger icon white because it's hard to see when it's black and aligned the search icon because it was too far left.
Amazing, this worked straight away, thank you so much, I really appreciate your help!
Hello @aqua_fish,
Here is the code you can try. I hope it useful-
Go to the Online Store-> Theme-> Edit code-> Assets> theme.css -> Add code at the bottom.
#cartTotal {
display: none;
}
.icon-menu .icon-bar, .icon-menu .icon-bar::before, .icon-menu .icon-bar::after {
background-color: white;
}
.menuToggle .diamond-bar {
background: transparent !important;
}
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, 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, 2024