All things Shopify and commerce
I'm trying to figure out how to add the customer account icon so it appears on mobile platform as well. I've tried finding the solution and tinkered with the coding a bit myself but I still cannot seem to figure it out.
Also, I'm having another issue where "Account" is showing in my sidebar menu, and I tried editing the settings in "Navigation" but it did not work to remove it.
Luxury Palace Interiors (luxpalaceinteriors.com)
Solved! Go to the solution
This is an accepted solution.
Hello @Kristiana17
Its Artzen Technologies! We will be happy to help you today.
You can try to follow these steps:
Go to Online Store -> Themes -> Actions -> Edit code.
Go Assets folder -> theme.liquid file.
Add the following code in the bottom of the file above </body> tag
<style>
@media screen and (max-width: 640px){
.Header__Icon.hidden-phone {
display: inline-block!important;
}
}
</style>
After that
Let me know if need further assistance
Regards,
Artzen Technologies
This is an accepted solution.
Hello @Kristiana17
Its Artzen Technologies! We will be happy to help you today.
You can try to follow these steps:
Go to Online Store -> Themes -> Actions -> Edit code.
Go Assets folder -> theme.liquid file.
Add the following code in the bottom of the file above </body> tag
<style>
@media screen and (max-width: 640px){
.Header__Icon.hidden-phone {
display: inline-block!important;
}
}
</style>
After that
Let me know if need further assistance
Regards,
Artzen Technologies
That worked, thank you!
So now I have one more question, how do I remove "Account" from my sidebar menu? The "Navigation" didn't have anything in there where I could remove it.
Any help would be kindly appreciated
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