Shopify themes, liquid, logos, and UX
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?
Shop URL: https://vapes4you.de
Any help is greatly appreciated!
Kind regards
V4Y
Solved! Go to the solution
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;
}
}
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;
}
}
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025