• Resolved nikconst

    (@nikconst)


    I really love this theme for my site and I’ve just about tweaked it to perfection with your available options. However, the color of the font on the header menu that slides out is just a little bit too dark – that deep gray. Only the currently loaded page has a more readable color in the menu. It’s not showing up very well on either my PC screen or my mobile devices. Where can I change this? I’ve been searching in the theme editor, the theme options and even digging through the CSS files in cPanel.

    Thanks,

    nik

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi add this to your custom css

    div.mythemes-menu ul li a {
    color: #fff !important; }
    
    div.mythemes-menu ul li:hover > a {
    color: #fff !important;
    }

    Thread Starter nikconst

    (@nikconst)

    Absolutely perfect! Thank you for the super fast response. My site is now exactly how I wanted it!

    nik

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Font Color in Menus?’ is closed to new replies.