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

    Hi!

    First of all I’ve got to say how happy I am about Enfold!

    I am struggling a bit with the text color of the main menu, as all of the items, except the active menu item, does exactly what i wanted it to, change the color from white to black as i scroll down. Could I make the active menu item do this as well? It currently stays white, which makes it barely visible as the pages throughout the site mainly are white as well.

    If this issue has already been solved in another thread, then I’m sorry and would love a link to there! :)

    Thank you so much in advance!

    #723336

    Hey!

    Sorry for the late reply!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a {
        color: black;
    }
    

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

    #723425

    Amazing – it works!

    But only when inserted in quick css – not when i use it in my childthemes style.css :(

    Is there a specific reason why that may be? :)

    Could you perhaps assist me with the right class i should edit to make the hover-color turn to a dark grey (perhaps same as the underline?) instead of white as well?

    Thank you so, so much!

    Best regards,
    Martin

    #724305

    Hi,

    Please go to Enfold theme options > Advanced Styling and edit “Main menu links” hover state and set their color to “#999999” :)

    We need to login to your site to check why style.css is not working. If you do not mind, please post temporary admin logins here privately

    Best regards,
    Yigit

    #724634

    Regarding the hover-color; makes good sense – thank you!

    And after I updated both enfold and WP-core to the latest releases earlier today the style.css went properly through, and I no longer need to keep the code snippet in quick-css: it all works flawlessly!

    Thank you so much again!

    Best regards,
    Martin

    #724639

    Hey!

    You are welcome! :)

    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 :)

    Regards,
    Yigit

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