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;
}
}
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024