Hi there! I’m hoping to change the background colour of one of my header menu items, as the collection is kind of a sub store within my main store. I’d ideally like white text and the background in #BB724F. I just want to do this for the Mummaboo menu item (see screenshot).
That worked. The only issue now is because I’ve added some options under that last menu item on the main header (Mummaboo), this has happened.
The dropdown options are coming up as the original colour scheme but then with the #BB724F background. I’d ideally want it to match the mummaboo colours with that as the background and then just white text (with no green).
/* for desktop */
ul#header-dropdown-mummaboo {
background-color: #BB724F;
}
ul#header-dropdown-mummaboo li a span {
background-color: #BB724F;
}
/* For mobile */
ul#header-mobile-dropdown-mummaboo {
background-color: #BB724F;
}
ul#header-mobile-dropdown-mummaboo li a span {
background-color: #BB724F;
}
What do I need to set up, when I want the selected menu option to be highlighted? Just like the threat starter wanted to have the last option highlighted.