Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #613950

    Die aktiven Links im Main Menu sollen die gleiche Farbe wie im hover state haben, z. B. Orange statt Weiß. Wo kann ich die css ändern?
    a:active {color: #f8904f;} oder so?
    Danke

    Active links in the main menu should have the same text color as the in the hover state. Were can I place a:active {color: #f8904f;} ?
    Thank you

    #613954

    Guten tag!

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

      .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: #f8904f !important; }

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

    Regards,
    Yigit

    #614021

    Thanks a lot!

    #614042

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

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Main Menu Links: different text-color in active state’ is closed to new replies.