Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #315828
    charleshood
    Participant

    I’d like to change the top menu to black so it pops better against the hero image, but that means I need to change the dropdown menu background color to something else besides black so I don’t end up with a black on black menu on mobile that’s unreadable. Any suggestions?

    Site url: https://spencerscottsmith.com/

    #315838
    tikaram
    Participant

    @charleshood : Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.

    @media screen and (min-width: 75em) {
      .navigation-classic.absolute-header .main-navigation a,
      .navigation-classic.absolute-header .main-navigation ul :hover > a,
      .navigation-classic.absolute-header .main-navigation ul .focus > a,
      .navigation-classic.absolute-header .main-navigation .menu > .current-menu-item > a,
      .navigation-classic.absolute-header .main-navigation .menu > .current-menu-ancestor > a,
      .navigation-classic.absolute-header .dropdown-toggle {
          color: #000000;
      }
    }
    
    .absolute-header .menu-toggle,
    .absolute-header .menu-toggle:hover, 
    .absolute-header .menu-toggle:focus {
        color:#000000;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    #315846
    charleshood
    Participant

    This works perfectly, thank you.

    #315902
    tikaram
    Participant

    @charleshood : Nice to hear back from you and glad that my support worked on your website. If it’s not too much trouble, I have a quick request: could you please leave an honest review? https://wordpress.org/support/theme/euphony/reviews/#new-post . Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.
    Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.

    Have a good day! 🙂

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Change top menu color and dropdown background color’ is closed to new replies.