how do i remove this white background on the dropdown menu?

Solved

how do i remove this white background on the dropdown menu?

Amin
Excursionist
27 0 9

how do i remove this white background on the dropdown menu?

 

image: removebgg.PNG

WEBSITE:https://stubbornstudios.com/pages/staf

Accepted Solution (1)

CodingFifty
Shopify Partner
921 138 165

This is an accepted solution.

Hi @Amin,


Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.

ul#HeaderMenu-MenuList-3 {
    background: transparent !important;
}
Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com

View solution in original post

Reply 1 (1)

CodingFifty
Shopify Partner
921 138 165

This is an accepted solution.

Hi @Amin,


Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.

ul#HeaderMenu-MenuList-3 {
    background: transparent !important;
}
Coding Fifty || Shopify Partner
For any custom section queries, please visit: Fiverr Profile
Found my response useful? Like it and mark as Accepted Solution!
For additional discussions, reach out via: Email ID: codingfifty@gmail.com