News:

Want to get involved in developing SMF? Why not lend a hand on our GitHub!

Main Menu

Menu Button Hover Colour

Started by Realinfo, January 16, 2012, 08:56:10 AM

Previous topic - Next topic

Realinfo

Sir
how we can change Menu Button Hover Colour........... As it's white shown in picture........... and background of DropDown hover.........
in 2.0.2 Default theme

please help

CyberAlien

Edit this in css/index.css/* the hover effects on level2 and 3 */
.dropmenu li li a:hover, .dropmenu li li:hover>a
{
background: #d4dbe4;
color: #000;
text-decoration: none;
}

Realinfo

Yes............. thanks.......... ok now..........

Advertisement: