Text color of nav bar changed

FriendlyCowFriendlyCow Registered Users Posts: 13 Big grins
edited December 3, 2014 in SmugMug Support
The font color on my homepage nav bar is white, but is grey on all the others.

Help!

Comments

  • JohnHeroJohnHero Registered Users Posts: 110 Major grins
    edited December 2, 2014
    Hi FriendlyCow,

    Can you provide us a link to your homepage, so that we can look into this for you.
    John
    SmugMug Support Hero
  • FriendlyCowFriendlyCow Registered Users Posts: 13 Big grins
    edited December 2, 2014
    JohnHero wrote: »
    Hi FriendlyCow,

    Can you provide us a link to your homepage, so that we can look into this for you.

    Sorry - it's www.davidimages.com
  • denisegoldbergdenisegoldberg Administrators Posts: 14,383 moderator
    edited December 2, 2014
    I see you were given code in this thread to make the color of the menu entries on your home page white. Did you apply that code?

    Have you considered using a lighter color for the menu entries on pages other than your home page? I can read the entries on your home page comfortably but entries on other pages are pretty much unreadable unless I hover over them. If I am presented with a site where it is difficult to read menu entries I usually just close the page. I know, I know, that's just me - but I suspect there are others who will have the same reaction.

    --- Denise
  • JohnHeroJohnHero Registered Users Posts: 110 Major grins
    edited December 2, 2014
    If you wish to have your menu bar links white on all pages, you can add the following code to your "Entire site" css block.
    .sm-page-widget-nav-vertical a {color: #fff !important;}
    
    John
    SmugMug Support Hero
  • FriendlyCowFriendlyCow Registered Users Posts: 13 Big grins
    edited December 3, 2014
    I see you were given code in this thread to make the color of the menu entries on your home page white. Did you apply that code?

    Have you considered using a lighter color for the menu entries on pages other than your home page? I can read the entries on your home page comfortably but entries on other pages are pretty much unreadable unless I hover over them. If I am presented with a site where it is difficult to read menu entries I usually just close the page. I know, I know, that's just me - but I suspect there are others who will have the same reaction.

    --- Denise

    Hi, Denise.

    Yes, that was my thinking too, which is why I wanted to have a lighter color on the other menus. I fixed it, and thanks for the feedback!
  • FriendlyCowFriendlyCow Registered Users Posts: 13 Big grins
    edited December 3, 2014
    JohnHero wrote: »
    If you wish to have your menu bar links white on all pages, you can add the following code to your "Entire site" css block.
    .sm-page-widget-nav-vertical a {color: #fff !important;}
    

    That worked - thanks!
  • JohnHeroJohnHero Registered Users Posts: 110 Major grins
    edited December 3, 2014
    You are very welcome :D
    John
    SmugMug Support Hero
Sign In or Register to comment.