remove column headers on mega menu

Solved

remove column headers on mega menu

SaucyPeach
Excursionist
33 1 11

Hi, is there a way to not have column headers in a mega menu?

 

saucypeach.com

P/W

Accepted Solution (1)
Moeed
Shopify Partner
5516 1496 1785

This is an accepted solution.

Hey @SaucyPeach 

 

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>
a.megamenu__headerlink {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1727111503355.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 5 (5)

Moeed
Shopify Partner
5516 1496 1785

Hey @SaucyPeach 

 

Can you share the password as well?

 

Best Regards,

Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


SaucyPeach
Excursionist
33 1 11

my bad sorry.

 

P/W: Password

Moeed
Shopify Partner
5516 1496 1785

This is an accepted solution.

Hey @SaucyPeach 

 

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>
a.megamenu__headerlink {
    display: none !important;
}
</style>

RESULT:

Moeed_0-1727111503355.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


SaucyPeach
Excursionist
33 1 11

Is there a way to center the text in the menu area, when i remove the image it pulls it to the left.

Can the menu area size be made smaller?

SaucyPeach
Excursionist
33 1 11

thanks for the quick reply!

I want the text to still have left alignment but be centered in the menu area.