Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for using Unlimited!

    You can add this CSS to your site to make all of the dropdown menu items black:

    @media all and (min-width: 50em) {
    
      .menu-item-has-children ul a, .menu-item-has-children ul a:link, .menu-item-has-children ul a:visited {
        color: #000;
      }
    }

    Please copy & paste the code above into the “Additional CSS” section in the Customizer (Appearance > Customize), and it will take effect right away.

    Thread Starter bremarie86

    (@bremarie86)

    Perfect, thank you!!

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome!

    Don’t hesitate to contact me here if you need anything else, and I’ll be happy to help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Drop-down menu text’ is closed to new replies.