New Landing How can we help? Themeforest Theme Support Neighborhood Change main menu font color

Viewing 9 posts - 1 through 9 (of 9 total)
  • #78739
    GrahamJ
    Member
    Post count: 7

    Hi, I need to change the main nav font color, please see attached image.
    Thanks
    Graham

    #78760
    chaismeyer
    Member
    Post count: 9

    Go to the following URL: http://[yourwebsitedomain]/wp-admin/customize.php
    Then click on “Color – Navigation” & change the “Nav Text Color” to whatever you want…and then click “Save & Publish”.

    Boom!

    If that doesn’t work, you can modify the css in the Custom CSS section of the “General Settings” for this theme…adding the following code:

    #main-navigation .menu > li a{
    color: #[your hex color code here] !Important;
    }

    If that doesn’t work, you can add the above code to your child theme’s “Style.css” file:

    Don’t forget to hold down “Shift” on your keyboard when you refresh to clear your cache.:)

    #78832
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Thanks for the help @chaismeyer ๐Ÿ™‚

    – Kyle

    #78884
    GrahamJ
    Member
    Post count: 7

    Thank you @chaismeyer appreciate it ๐Ÿ™‚ Using the customize option worked perfectly.

    #78885
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great! ๐Ÿ™‚

    – Kyle

    #78900
    GrahamJ
    Member
    Post count: 7

    Changing the hover font color didn’t work in customise so used the following which did the trick

    #main-navigation .menu > li:hover a{
    color: #d4d4d4;
    }

    #78903
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok great! ๐Ÿ™‚

    – Kyle

    #79122
    chaismeyer
    Member
    Post count: 9

    Glad to help! ๐Ÿ™‚

    #79187
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,

    @chaismeyer
    – Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register