Blue background on menue iteams.
dennismullen
Registered Users Posts: 709 Major grins
Is there a way to make the background behind each menu item blue like the old js version had?
Excuse my spelling in the title. It's too early in the morning.
Cheers,
Excuse my spelling in the title. It's too early in the morning.
Cheers,
See my gallery at http://www.dennismullen.com
0
Comments
.sm-user-ui .sm-page-widget-nav-toplink a:hover {
color: #00c4ff!important;
}
.sm-user-ui .sm-page-widget-nav-toplink {
background-color: #0d456d;
border-color: #fff;
color: #fff;
}