I'm trying to change the hover over text color in my navigation menu.
#access ul {
display:inline-block;
background-color: #ddd;
}
#access ul a:hover{
color: #fff !important;
}
Is some of what I have, I've tried different things but can't get it to change. I've added !important to the line, nothing seems to work.
http://test.zeaks.org is the site. Any help is appreciated, thanks.