How to remove the box around the mega menu

Solved

How to remove the box around the mega menu

Ravenwoodstore
Tourist
7 0 5

Hi,

 

How can I remove the outline box from the hover over mega menu please? Tried a lot of solutions here but to no avail. 

 

Examples attached - one without the box which I want, and how it displays now with the box. 

 

Ravenwoodstore_0-1726590252420.png

Ravenwoodstore_1-1726590300167.png

website: https://ravenwood.store/

password: peuwey

 

Accepted Solution (1)

parth_ghelani
Shopify Partner
255 37 35

This is an accepted solution.

Hello @Ravenwoodstore 

To remove the border from the megamenu box, you just need to follow below steps:

1. Go to admin > Online store > edit code.

2. In code directory, find the file named "component-mega-menu.css" and open it.

3. Copy below mention css and paste it at the end of the above mention file.

.header header-menu .mega-menu__content {
  border: none !important;
}

4. Don't forget to save the file after making changes.

Hope this code works for your issue.

 

if this solution helpful to you then make it as solved and like the solution.

 

Best regards

Was your question answered? Mark it as an Accepted Solution.
If you need further assistance to optimize your store, please don't hesitate to reach out. I'm committed to providing you with my full support and ensuring that you get the most out of our collaboration.

Get in Touch: You can contact me directly at [email protected] for any questions or concerns

View solution in original post

Replies 2 (2)

parth_ghelani
Shopify Partner
255 37 35

This is an accepted solution.

Hello @Ravenwoodstore 

To remove the border from the megamenu box, you just need to follow below steps:

1. Go to admin > Online store > edit code.

2. In code directory, find the file named "component-mega-menu.css" and open it.

3. Copy below mention css and paste it at the end of the above mention file.

.header header-menu .mega-menu__content {
  border: none !important;
}

4. Don't forget to save the file after making changes.

Hope this code works for your issue.

 

if this solution helpful to you then make it as solved and like the solution.

 

Best regards

Was your question answered? Mark it as an Accepted Solution.
If you need further assistance to optimize your store, please don't hesitate to reach out. I'm committed to providing you with my full support and ensuring that you get the most out of our collaboration.

Get in Touch: You can contact me directly at [email protected] for any questions or concerns
Ravenwoodstore
Tourist
7 0 5

Worked perfect! Thank you!