Hi guys, how do you change the submenu hover color ?
#top ul:first-child > li > a {
color: #727272;
}
#top ul:first-child > li > a:hover {
color: #63cbd9;
}
I use this code but i doesnt work on http://www.blue2x.com
I also want to change the copyright color and socket navigation color.
Thanks !