Options

How to change font color in Navigation Menu

Kphoto1Kphoto1 Registered Users Posts: 16 Big grins
edited August 19, 2015 in SmugMug Customization
I realized if I change "Site-Wide Theme", the font and its color change, but is it possible to pick different color other than what's been offered?

I assume I need to put some CSS code for this. Will some let me know how I can do that? I was using golden color font for navigation in Old Smugmug site and I want to match that. Thank you.

Comments

  • Options
    EtienneEtienne Registered Users Posts: 70 Big grins
    edited August 19, 2015
    Hi,

    Here is the same question I think : http://www.dgrin.com/showthread.php?t=254490

    You can add a CSS Block-->

    .sm-page-widget-nav a {
    color: #fff !important;
    .....
    vertical-align: middle;}

    For the color Code, you can take the code of the smugmug interface when you choose a color.
Sign In or Register to comment.