
Depending on your SmugMug theme selection, the navbar may change color or it may not. If you would like to add a hover color anytime a viewer mouses over your links, or if you would like to change the color to your choose, using the following code: Add the following CSS to your theme's Advanced CSS settings:
/* Turn the navbar text a different color when the mouse hovers over it */ .sm-user-ui .sm-page-widget-nav-toplink a:hover { color: #FFFFFF !important; }Change the color to the color of your choosing.
Comments