Anyone know how I can get my account icon back on mobile in the dawn theme?

It’s visible on desktop but somehow went missing on mobile.

Any help would be appreciated.

Thanks,

Matt

Hi @MattTaylorVII

Just follow the steps Below:

  1. Go to online store → theme
  2. select three dots and select code edit
  3. Search for the file theme.css and base.css
  4. past that code at the end
.header__icons .header__icon--account {
    display: inline !important;!i;!;
}​

The Result:

I hope this solution worked for you!
If yes Just like this Reply and Mark it as a Solution and to keep me motivated BUY ME A Coffee

Hi @MattTaylorVII

This is Richard from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the

@media (max-width:767px){

Hope this can help you solve the issue

Best regards,

Richard | PageFly