Options

Lightbox Menu Hoover

markmicallefmarkmicallef Registered Users Posts: 69 Big grins
edited August 20, 2013 in SmugMug Customization
How can I get the lightbox Menu to turn the text to White on hover.

I made the main menu text turn white on hover with this:
 .sm-page-widget-nav-toplink a :hover, 
 .sm-page-widget-nav-toplink a:hover {
  color: #ffffff!important;
}

I tied to add this in with the above code with no luck:

.sm-user-ui>.yui3-menu-vertical,


i-sDjV844.jpg

Comments

  • Options
    J AllenJ Allen Registered Users Posts: 359 Major grins
    edited August 19, 2013
    How can I get the lightbox Menu to turn the text to White on hoover.

    I made the main menu text turn white on hoover with this:
     .sm-page-widget-nav-toplink a :hover, 
     .sm-page-widget-nav-toplink a:hover {
      color: #ffffff!important;
    }
    

    I tied to add this in with the above code with no luck:

    .sm-user-ui>.yui3-menu-vertical,



    Try this:
    .sm-user-ui.yui3-menu-vertical a.yui3-menu-label:hover
    {color:#ffffff !important}
    
    
    -Joe Allen
    My Smugmug Site
  • Options
    markmicallefmarkmicallef Registered Users Posts: 69 Big grins
    edited August 19, 2013
    J Allen wrote: »
    Try this:
    .sm-user-ui.yui3-menu-vertical a.yui3-menu-label:hover
    {color:#ffffff !important}
    
    

    Yes, that worked Joe. Thanks
  • Options
    TerryRLoweTerryRLowe Registered Users Posts: 10 Big grins
    edited August 20, 2013
    Please forgive me, but I am a VERY new customizer.
    I *think* this is where I want to ask this question on this forum.

    I want to use the "Muted" color menus on my page because I can hover over them. However when I use "muted", I have trouble seeing my drop-down menus on my transparent backgrounds. If I change to "Enhanced", the color is about right, but then hover is not working.
    So if I go with the "muted" color scheme, how do I change the foreground color of the dropdown menus to a bright white?

    http://www.terrylowe.com

    Thanks

    Terry
  • Options
    Sir_EagleSir_Eagle Registered Users Posts: 137 Major grins
    edited August 20, 2013
    How can I get the lightbox Menu to turn the text to White on hover.

    I made the main menu text turn white on hover with this:
     .sm-page-widget-nav-toplink a :hover, 
     .sm-page-widget-nav-toplink a:hover {
      color: #ffffff!important;
    }
    
    I tied to add this in with the above code with no luck:

    .sm-user-ui>.yui3-menu-vertical,


    i-sDjV844.jpg

    Mark,
    What code did you use to round the corners of your menus?
Sign In or Register to comment.