What's your biggest current challenge? Have your say in Community Polls along the right column.

Login Icon visible on mobile in Taste theme

Solved

Login Icon visible on mobile in Taste theme

V4Y
Tourist
8 1 1

Hello community,

 

we are using the Taste theme for our online shop.

On the desktop version the user has 3 icons: search (magnifying glass symbol), Login (Person symbol) and cart (cart symbol).

On the mobile version the user has only 2 icons. The Login button is now removed and place at the bottom of the menu.

 

Can the icon be placed in the header, instead of the manu to match the desktop version?

 

V4Y_0-1707816616636.png

V4Y_3-1707816646999.png

 

V4Y_2-1707816637996.png

 

 

 

Shop URL: https://vapes4you.de

 

Any help is greatly appreciated!

 

Kind regards

V4Y

Accepted Solution (1)

Zeel-prajapatii
Shopify Partner
138 32 27

This is an accepted solution.

Hey @V4Y following code will help you in this case , but the icon will appear on the right side. please let me know if it works for you.

 

Add the below code in base.css

@media screen and (max-width:749px){
  a.header__icon.header__icon--account{
    display: block !important;
  }
}

 

➔ Was I helpful , please don't forget to like and mark solution as an accepted solution , you can PM me.
➔ Software engineer : Having more than 3 years of experience in the related industry with the specialization of Shopify theme development , worked on hundreds of stores.
➔ Want to hire me? Email me

View solution in original post

Reply 1 (1)

Zeel-prajapatii
Shopify Partner
138 32 27

This is an accepted solution.

Hey @V4Y following code will help you in this case , but the icon will appear on the right side. please let me know if it works for you.

 

Add the below code in base.css

@media screen and (max-width:749px){
  a.header__icon.header__icon--account{
    display: block !important;
  }
}

 

➔ Was I helpful , please don't forget to like and mark solution as an accepted solution , you can PM me.
➔ Software engineer : Having more than 3 years of experience in the related industry with the specialization of Shopify theme development , worked on hundreds of stores.
➔ Want to hire me? Email me