I want to remove this from mobile specifically

As you can see in the red circle that only displays on my mobile site and I want to remove it.


https://lobonewyork.com/

Hi @gihan7575

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code just above tag

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;
}