Menu dropdown with collections: remove background – Publisher Theme

Hello,

I’m looking to delete the white background of this dropdown menu and the underlined active menu item (SHOP) in my header. Any leads?

Thanks in advance!

The site url: https://litichevskaya.myshopify.com/ pw: I’ll send it to you via dm!

What is password of store?

Just sent you a pm!

use this code

.header__submenu {
background: transparent !Important
}

Thank you so much! That worked :slightly_smiling_face:

Any idea on how to delete the underline under “SHOP” when the dropdown is active?

use this code

details[open] > .header__menu-item {
text-decoration: none !important
}