I just want to know what is the CSS variable to change the color of the active link. You know the menu changes the color of the item the user just clicked. My menu background is black and the link becomes black when clicked. I want to change that color.
Thanks in advance (Sorry for poor english... it's not my first language...)
That command in the menu uses standard CSS notation. In this case a:link, a:visited, and a:hover (etc.), depending on which state you want to change color.
Just noticed you are way down-level with the menu code you're running. You are at v5.766, current is v5.779. The most current version is required for support here in the forum.