Remove Menu Icon

Hello,

I have the Illdy theme installed and I need to remove the 3 bar menu icon from the mobile-optimized version of the site. It would be great to just remove the menu from the page altogether as it’s not needed. See attached pictures. Is there CSS to remove it?

Thanks,
Nicholas

Try this CSS code:

.open-responsive-menu {
    display: none !important;
}

Thanks, Ion.

Worked great!