Hi there,
Could anyone help how to add Customer account login into the mobile menu/navigation ? No icon needed, just text link. Somehow it’s not showing right now in mobile view. Desktop is ok.
Preview link for the site is: https://17e7yrd4h8kd23pq-30070177929.shopifypreview.com
Thank you so much for the help!
@mari123 ,
Please add this CSS to your theme
.header-item.header-item--icons .site-nav__icons .small--hide {
display: inline-block !important;
}
@media(max-width:768px){
.header-item.header-item--icons .site-nav__icons a{
padding: 3px !important;
}
}
Thanks!
mari123
January 28, 2022, 11:33am
3
This is not unfortunately the way I want – I would like to add login – text link in the mobile hamburger like in the screenshot. Any way to do this?