Hide custom collections menu

Solved

Hide custom collections menu

d0ug
Excursionist
29 0 9

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

Accepted Solution (1)
Moeed
Shopify Partner
7505 2028 2492

This is an accepted solution.

Hey @d0ug 

 

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 </body> tag

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

RESULT:

Moeed_0-1744953079142.png

 

If I managed to solve your problem then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 12 (12)

Mustafa_Ali
Explorer
415 41 76

HEY @d0ug share the URLs of your website plz

d0ug
Excursionist
29 0 9

modhaute.com

pw: ahltad

Mustafa_Ali
Explorer
415 41 76
<style>
summary#HeaderMenu-customcol {
    display: none;
}
</style>

Mustafa_Ali_0-1744952998513.png

Go to online store ----> themes ----> go to three Dots ----> edit code ---->find theme.liquid files ----> place the code ---->
before the body ----->
if this code work please do not forget to like and mark it solution

 

d0ug
Excursionist
29 0 9

sorry that didn't seem to work 

Mustafa_Ali
Explorer
415 41 76
details#Details-HeaderMenu-customcol {
    display: none !important;
}

hey @d0ug  try this one 😊

d0ug
Excursionist
29 0 9

sorry this one didn't take either

d0ug
Excursionist
29 0 9

it just needed the "!important" 

thanks again

Moeed
Shopify Partner
7505 2028 2492

Hey @d0ug 

 

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


d0ug
Excursionist
29 0 9

modhaute.com

pw: ahltad

thanks

Moeed
Shopify Partner
7505 2028 2492

This is an accepted solution.

Hey @d0ug 

 

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 </body> tag

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

RESULT:

Moeed_0-1744953079142.png

 

If I managed to solve your problem then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


d0ug
Excursionist
29 0 9

Screenshot (42).png

d0ug
Excursionist
29 0 9

thanks both of you!!

it's kind of a pointless feature if it only shows on the web version and not the mobile, so i had to get rid of it.