1
I have changed the color of the drop down menu, but I cannot change the hover color even though I think I coded it in newbb.css correctly:
/* color -- dropdown menu for Forum */
div.dropdown a, div.dropdown .menubar a{
color:#FFF;
}
div.dropdown .menu, div.dropdown .menubar, div.dropdown .item, div.dropdown .separator{
background-color: #737373; /* same color set as in your theme/style.ss .th{} is recommended */
color:#FFF;
}
div.dropdown .separator{
border: 1px inset #e0e0e0;
}
div.dropdown .menu a:hover, div.dropdown .userbar a:hover{
color: #8C0003;
}
/* color - end */
Even though I changed the color to #8C0003, it is still bright blue.
Any suggestions?
Thanks.