IT should be something easy, but still I cant target it. What I have:
#navigation li a:hover .menu-description {
color: #000000;
}
What I want to do whenever user goes on #navigation li a class .menu-description should change color to black. How to target this? Maybe, any links on how to target such types of css?
Thanks for your help.
Impossible to say without seeing your HTML. Based on what you have, the HTML to match would have to be something like this: