Account icon not visible on mobile in expanse theme

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:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above tag.

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;
}
1 Like

i just did this. Its sill not working. Can u collaborate with me?

that code paste here

wow thank u this worked

1 Like