Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #260919

    Website: http://skillowl.com/
    WP Version: 3.9

    Question:
    My font color for the menu is #ffffff, the problem is the when I am on the page the white font is easy to see but the pages that I am not on are very light in the menu. I need more of a contrast for the other pages in the menu.

    How do I create a different color for the other menu pages? It looks like they are automatically a shade of your main font color with no ability to give them their own color.

    Thanks for your help.

    #260949

    Hi Micheal0424!

    Please add folllowing code to Quick CSS in Enfold theme optiions under General Styling tab and adjust as needed

    .header_color .main_menu ul:first-child > li > a {
    color: red;
    }

    Cheers!
    Yigit

    #260951

    I just tried it and nothing happened.

    I didn’t set up a child theme for this website, would that be causing this not to work?

    Thanks

    #260953

    Hi!

    No, it does work fine on my end. Please try adding the code to Custom.css file inside Enfold/Css folder via FTP

    Cheers!
    Yigit

    #260959

    Got it, worked perfectly.

    Thanks.

    #260961

    Hi!

    You are welcome, glad we could help! Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Menu Font Color’ is closed to new replies.