As you can see in the red circle that only displays on my mobile site and I want to remove it.
https://lobonewyork.com/
As you can see in the red circle that only displays on my mobile site and I want to remove it.
Hi @gihan7575
Follow these Steps:
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka
Add This Css In Your base.css
.menu-drawer__inner-container .menu-drawer__utility-links {
display: none;
}