Hi
The account icon is not visible on mobile though its visible on desktop
My theme is expanse
Store url www.astheygrow.in
A user reported that the account icon was not displaying on mobile devices in the Expanse theme, despite being visible on desktop.
Solutions Proposed:
Multiple contributors offered CSS and JavaScript fixes:
</body> tagResolution:
After some trial and error with different code placements, the issue was resolved. The user confirmed success with one of the provided solutions, specifically the CSS code targeting .site-nav__link.site-nav__link--small-hide with display: block !important; added to the bottom of the theme.css file.
The discussion included screenshots demonstrating the implementation steps and code placement locations.
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