• Resolved simplehobbit

    (@simplehobbit)


    Hi.

    The mobile menu seems to take the site’s background color as its background, but I don’t want that.

    My menu text is white and the background of the website is white, so the text is invisible on mobile.

    Is there a way to change the color of either the menu background or the menu text for the mobile version?

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

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

    (@bensibley)

    Thanks for using Chosen.

    I see what you mean. Try adding this CSS and let me know what you think:

    @media all and (max-width: 899px) {
    
      #menu-primary {
        background: #10243c;
        margin: 0;
        padding: 24px; 0;
      }
    }

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

    Thread Starter simplehobbit

    (@simplehobbit)

    Thanks! That worked.

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome! Stay in touch if you need anything else and I’ll be happy to help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mobile Menu Background’ is closed to new replies.