You can add the following code to Custom CSS section in Theme Customizer
.main-navigation ul ul a:hover {
color: #hex-color-code-for-text;
background: #hex-color-code-for-hover-background;
}
present code is:
.main-navigation ul ul a:hover {
color: #42A2CE;
background: #fff;
}
Firstly , thanks for your reply.
It might be true, but in any case I already found the solution:
The CSS includes configuration for each color you select.
I already removed the theme so I don’t remember the exact name, but it’s something like “setting-gray” “setting-black” “setting-colorx” “setting-colory”
So that is the correct location to do it.
Have a nice day
Guy
Yes, for each color scheme there’s a theme-name-color class which changes the colors.