Options

Blue background on menue iteams.

dennismullendennismullen Registered Users Posts: 709 Major grins
edited August 10, 2013 in SmugMug Customization
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,
See my gallery at http://www.dennismullen.com

Comments

  • Options
    dennismullendennismullen Registered Users Posts: 709 Major grins
    edited August 10, 2013
    Herei the answer to my own question...

    .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;
    }
    See my gallery at http://www.dennismullen.com
Sign In or Register to comment.