Hi,
How can i remove login icon and currency icon from bottom?
I still want to have in in mye header but not in the bottom.
Hi,
How can i remove login icon and currency icon from bottom?
I still want to have in in mye header but not in the bottom.
You can put this into Customize=> Theme Settings=> “Custom CSS” setting:
.menu-drawer__account {
display: none;
}
It worked for the customer icon
Is it possible to remove the country currency icon from the bottom to?
Language can stay actually, just remove country currency?
Norway usd$
Try this than:
.menu-drawer__localization > :first-child {
display: none;
}
If i could just remove login icon on the bottom then i would be satisfied.