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;
}
}
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024