How can I disable the burger menu in the Glossier Theme?

Hey guys,

I’m using the Glossier Theme for my shop and I would like to disable the burger menu in the header for desktop and mobile devices. Is there any option to do this?

my shop is available under “www.afterinject.com

Best,

Laura

hello @LauraVali

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.header-bottom .humberger-right{
        display: none !important;
}
2 Likes

Thank you Natztech, it worked for the desktop perfectly fine but the unfortunately the burger menu is still visible on mobile devices. How can I change that?

Best Laura

hello @LauraVali

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.site-header__menu-toggle--open.humberger{
    display: none !important;
}
1 Like

It worked!!! Thank you very much for your help! You saved my day!

It doesn’t work because there is no file named theme.css under the assets folder

Hi Kinjaldavra,

If this theme does not have the theme.css file, where could I place that code?