Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #395771

    My header color is red and when I set the font for the navigation to white, it sets the unselected pages to a color that is barely visible on the red.

    Is there any way that I can have the top navigation always a bright white and when an item is selected it goes bold white? Or is there a way to have the unselected a completely different color than the select? For example the navigation could all be white and when you hover or select a navigation item it turns to black.

    #395779

    Hey josephhunterdesign!

    I have changed the colors in Enfold theme options > Advanced Styling tab by editing “Main menu links”. Please adjust as needed

    Best regards,
    Yigit

    #395783

    Thanks! That is a big help.

    However, they are still tough to read in the drop downs. Can that be changed as well?

    #395785

    Hey!

    Sure, please go to Enfold theme options > Advanced Styling and edit “Main Menu sublevel Links” as well :)

    Cheers!
    Yigit

    #395787

    Ok, great! Thanks!

    One more question. So all of the navigation is now white. The main nav turns black on rollover. Is there any way to get the nav item to stay black once I click on it or a submenu within it?

    #395789

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    li.current-menu-parent > a > .avia-menu-text {
    color: black!important;
    }

    Cheers!
    Yigit

    #395800

    This doesn’t seem to be affecting anything….

    #395806

    Hi!

    Please add following code to Quick CSS as well

    li.current_page_item > a > .avia-menu-text {
    color: black!important;
    }

    It currently changes the font color of active page’s ancestor – http://i.imgur.com/eJRNuFQ.png

    Best regards,
    Yigit

    #395816

    Perfect! Thank you so much for help.

    Very impressed with how responsive and helpful the support is!

    #395818

    Hey!

    #TeamKriesi :)

    You are welcome, glad we could help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Have a great weekend!

    Cheers!
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Changing the color of unselected navigation items’ is closed to new replies.