Is it possible to change the colour of the text (for both static and active) in the dropdown menu without affecting the main navigation?
Dropdown Menu Text Colours
(3 posts) (2 voices)-
Posted 1 year ago #
-
ul.navigation li li a { color: #666; }
ul.navigation li li a:hover { color: #333; }Posted 1 year ago # -
Thanks, appreciated.
Posted 1 year ago #
Reply
You must log in to post.