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

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

MattTaylorVII
Shopify Partner
8 0 0

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

Any help would be appreciated.

 

Thanks,

Matt

Replies 2 (2)

Mehran_Ali
Shopify Partner
461 63 69

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:

 

Mehran_Ali_0-1733254565645.png

 

 

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

-If this solution helps you, kindly LIKE THIS REPLY and MARK AS A SOLUTION OR

Buying Me A Coffee.

-If you need an expert Shopify developer for customization and development, feel free to contact me.


Email: Mehran.ali5300@gmail.com


WhatsApp: +92 343 0211536

PageFly-Richard
Shopify Partner
4852 1091 1763

Hi @MattTaylorVII 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> 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 </head>

@media (max-width:767px){
<style>
a.header__icon.header__icon--account.link.focus-inset.small-hide {
    display: block !important;
}
}
</style>

PageFlyRichard_0-1733276893397.png

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly 

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.