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.
User | RANK |
---|---|
39 | |
35 | |
24 | |
22 | |
15 |
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