Hi there,
I have changed the code is custom css to make main menu on homepage black, font white, but when hovered over the font becomes red.
However, when selecting and in a menu category. That menu font becomes invisible on the menu bar.
I would like it to remain white and visible on the menu bar, when that in that category.
Here is the code I have so far. Please could you alter or add to the code for the above to happen.
Many thanks
.main-nav {
background-color: black;
}
.main-nav .menu > li > a {
font-size: 12px;
font-weight: 400;
color: white;
}
.main-nav .menu > li > a:hover {
color: red !important;
}