Hello,
I’ve enabled customers account for my shop and it showed up on the Desktop version. However it’s missing from the mobile view? How can I add it back and also add it to the side bar menu (mobile only). I’ve tried different solutions on here but nothing worked for me.
store: https://greentiger.co/
pw: cheese
hi @greentigershop
You can follow these step to achieve your result
Go to online store->edit code->grid-mixin.css file and paste this code
@media only screen and (max-width: 768px)
.site-nav__link.site-nav__link--icon.small--hide {
display: inline-block !important;
}
Result:
If you need anything please like accept and reply this message
@BrainStation23 I searched and didn’t see the grid-mixin.css file. I tried pasting the code in the theme.css file and it didn’t do anything. Any ideas?