How to change font color in Navigation Menu
Kphoto1
Registered Users Posts: 16 Big grins
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.
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.
0
Comments
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.