• Resolved Michael

    (@bzdega)


    Hi,

    via Customizer-> Theme Options -> Header i set the menu link color to black (#000000), the menu background-color to light-gray (#f1f1f1) and the hover-color to blue (#0193de). This works good with on the desktop but not on mobile devices. There the menu-link color is some kind of gray, the link gets black when clicking on the menu-item.

    How can i set the responsive-menu link colors? Maybe with additional CSS?

    thanks for help.

    Michael

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter Michael

    (@bzdega)

    Question ist solved:

    @media screen and (max-width: 1140px) {
    body .nav-menu.nav-menu-mobile a {
    color: inherit;
    }
    }

Viewing 1 replies (of 1 total)
  • The topic ‘menu link color different between desktop and responsive menu’ is closed to new replies.