Hi everyone,
I’m looking for some assistance in making the dropdown menu on my website transparent with white lettering on my desktop home page only.
I was able to achieve the effect using the attached code, but it changes the menu so that it can’t be seen on other product pages.
Thank you in advance for any input!
details[open] > .header__submenu {
background-color: transparent !important;
border: none !important;
}
.header-wrapper * {
color: white !important;
}