MyBB Community Forums

Full Version: change link hover color name!?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was wondering how can i rename the hover link cover, I have tried doing it in the css and it didn't display the hover color, current name 
a:hover, a:active

forum: http://genlounge.com/
this is from your forum's global.css
a:hover, a:active {
    -moz-transition: all 0.5s ease 0s;
    color: #0967B7;
    text-decoration: none;
}
color #0967B7 is used for mouse pointer hovering links
I'm trying to link it to my forums "color changer" but it doesn't seem to work when i add "a:hover, a:active"