Add account/login icon to header on sense theme for mobile

Jamosnm
Visitor
1 0 1

Hello, on the desktop & iPad version of my online store the account/log in icon is present in the header of the screen. However on the mobile version it’s only featured at the bottom of the menu. 

how can I add the account/log in icon to the header for the mobile app too. For easy navigation for subscribers. Thanks in advance.

Link to the site is Studionearme.com

Replies 2 (2)
made4Uo
Shopify Partner
3785 710 1096

Hi @Jamosnm,

 

You can unhide the Account icon in mobile by following the instructions below.

 

1. From the Admin page, go to Online store > Theme > Click the three dots > Edit code
2. Open the base.css file under the Asset folder
3. Add the code below at the very end

a.header__icon.header__icon--account.link.focus-inset.small-hide {
    display: flex !important;
}

 

Volunteering to assist you!  Likes and Accept as Solution  is highly appreciated.✌
Coffee fuels my dedication. If helpful, a small Coffee Tip would be greatly appreciated.
Need EXPERIENCED Shopify developer without breaking the bank?
Hire us at Made4Uo.com for quick replies.
Stay in control and maintain your security by avoiding unnecessary store access!
blonde_creative
Tourist
25 0 2

This works for me!! I just now need to hide the search icon as it's pushed my logo over so isn't central - any help with this??