How to hide the menu button in favor of a custom close icon on desktop?

Hello @ddai

It’s GemPages support team and glad to support you today.

I would like to give you a solution to support you.

  1. Go to Online Store → Theme → Edit code.

  2. Open your assets/base.css

  3. Paste add the code at the end of this file:

.menu-opening > summary > span > svg[standalone="no"]{
       display: none !important;
    }

Hope my solution can work and support you!

Kind & Best regards!

GemPages Support Team.

1 Like