How can I make the background of a nested menu transparent?

Hello!

Im having an issue with a nested menu displaying as a big white block with white text.

Can anyone point me in the right direction to make the background transparent?

Thanks in advance!

Screen shot below. Thanks!

Hi @dougmchart ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss->paste below code at the bottom of the file:
.site-nav__dropdown {
    background: transparent !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.