What code can I use to make my menu drop down not transparent

hello, I recently made my background transparent to show an image instead of a solid color, but when I did that it made my menu drop down transparent as well… I want it to be a solid color, can someone give me the code to do so? would be very appreciated. thanks!

the password to my site is: bf22

www.royalsurge.shop

Hi @royalsurge
You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css

.header__submenu {
background: red!important;
}

worked, thanks for your help!