Hi
The account icon is not visible on mobile though its visible on desktop
My theme is expanse
Store url www.astheygrow.in
Hi
The account icon is not visible on mobile though its visible on desktop
My theme is expanse
Store url www.astheygrow.in
Hey @ragsmax
Follow these Steps:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hello @ragsmax
Its Artzen Technologies! We will be happy to help you today.
Use this CSS in your css file
@media only screen and (max-width: 768px)
#SiteHeader .site-nav .small--hide {
display: block!important;
}
}
Let me know if need further assistance
Regards,
Artzen Technologies
Sir,i have added your code to the bottom of the theme.css.liquid file..still no result
no sir its not working
i have to add this to the bottom of the theme .css file ?
@media only screen and (max-width: 768px)
#SiteHeader .site-nav .small--hide {
display: block!important;
}
}
add this code theme.liquid in the bottom of the file above tag.
Hello @ragsmax
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->theme.css>Add this code at the bottom.
.site-nav__link.site-nav__link--icon.small--hide {
display: block !important;
}
i just did this. Its sill not working. Can u collaborate with me?
wow thank u this worked