Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #557689

    Dear support-team,
    i would like to change the font-color of my main-submenu (rollover “Praxis”) and the mega-submenu (rollover “Leistungen”). I would like to adress the “current” state. Can you help me finding the right path?
    Thanks

    #557705

    Hi dondela!

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

    ul.sub-menu li.current-menu-item > a > .avia-menu-text {
        color: #0199c3;
    }

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

    Cheers!
    Yigit

    #557732

    Thanks a lot Yigit!

    #557736

    One more question:
    Is it possible to disable the “Header Phone Number/Extra Info” on the desktop version only. I want this Info just on the mobile version.

    #557746

    Hey!

    Sure, to remove the whole bar on desktop, please add following code to Quick CSS

    @media only screen and (min-width: 769px) {
    #header_meta {
        display: none;
    }}

    Cheers!
    Yigit

    #557751

    Thanks again, great support!

    #557754

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

    Happy holidays :)

    Regards,
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Submenu and mega-submenu font colo’ is closed to new replies.