Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi there,
on our mobile view, i would like to remove the customer account icon and text in the sidebar menu and instead have just the icon in the mobile header.
we use the testament theme.
Thankyou ! 🙂
Hey @Unfurl ,
To address this efficiently, please send me a message via email so I can help you in detail. I’d love to assist you with my 5 years of experience and ensure everything is resolved perfectly.
Looking forward to hearing from you!
Best regards,
Rajat Sharma
Hello, @Unfurl
1) Go to Online Store
2) Edit Code
3) Find theme.css/base.css file
4) Add the following code in the bottom
li.mobile-menu__item {
display: none !important;
}
Thanks!