How to remove shadow from sub-menu Item

Solved

How to remove shadow from sub-menu Item

CreatorTim
Navigator
471 1 71

Hi, how can I remove the shadow under the sub-menu item?

CreatorTim_0-1738532782425.png

 

Here is my store, and the sub-menu item is under PRODUCTS:
https://1049xn-ya.myshopify.com/

 

Thank you so much!

Accepted Solution (1)

DaisyVo
Shopify Partner
4451 496 590

This is an accepted solution.

Hi @CreatorTim 

 


I hope you are well. You can follow our instructions below:1/ Shopify admin > Online store > Edit code: https://prnt.sc/M4p-gua99Uf4
2/ Search for "theme.liquid" file: https://prnt.sc/b6xveIKe-Rh2
3/ Open the file and search for </head> tag and add the following code above </head> tag: https://prnt.sc/KWtKYyZkDtYJ

 

Here is the code for Step 3:

 

{% style %}

ul.header__submenu.list-menu {
border: none !important;
}

{% endstyle %}

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Reply 1 (1)

DaisyVo
Shopify Partner
4451 496 590

This is an accepted solution.

Hi @CreatorTim 

 


I hope you are well. You can follow our instructions below:1/ Shopify admin > Online store > Edit code: https://prnt.sc/M4p-gua99Uf4
2/ Search for "theme.liquid" file: https://prnt.sc/b6xveIKe-Rh2
3/ Open the file and search for </head> tag and add the following code above </head> tag: https://prnt.sc/KWtKYyZkDtYJ

 

Here is the code for Step 3:

 

{% style %}

ul.header__submenu.list-menu {
border: none !important;
}

{% endstyle %}

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution