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!
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!
Hi @dougmchart ,
You can follow the instruction below:
.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.