How to hide shopify custom collections menu

hi

I’m wondering if anyone can help me with hiding the custom collections menu in the header or adding it to the mobile hamburger menu. I can use it if it appears on the mobile version but since it doesn’t, I’m not using it and would like to hide it from the web header. oh, using dawn theme.

thanks

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag

<style>
summary#HeaderMenu-customcol {
    display: none !important;
}
</style>

RESULT:

Best Regards,
Moeed

1 Like