Hi there, I have used the following code to change the font colour in my header by adding this to Base.css
.header__icons .icon,
ul.list-menu.list-menu--inline >li >.header__menu-item,
ul.list-menu.list-menu--inline >li summary.header__menu-item {
color: #fff !important;
}
This works for the main menu fonts in the header, changing them to white, but the drop down menus are still black. Can you please advise re what additional code i need to add to change the drop down menus also?
Thanks!