I have the problem that I can’t change the font color of my dropdown menu. I have read here in the forum that you can get a transparent background with this code at the bottom of the Base.css, but it still has a border and a dark font color
details[open]>.header__submenu {
background-color:transparent;
color:#fff; !important
}
The Theme is Dawn
