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
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025