• Resolved theyawaken

    (@theyawaken)


    Hi there,

    My mobile menu has a clear background, and so you can’t really read the words on the dropdown menu. How can I make the background of the dropdown mobile menu white so the options to click on are visible?

    https://www.theyawaken.com

    Thanks!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey @theyawaken,

    Thank you for creating a new thread and for reaching out ??

    You can try fixing this by adding the following CSS code in your Customizer->Additional CSS:

    @media (min-width: 320px) and (max-width: 480px) {
      
      #menu-primary-menu
    { 
      background: white !important;
    }
    }
    

    Let me know if this worked for you ??

    Best Regards,
    Pavle

    Thread Starter theyawaken

    (@theyawaken)

    Pavle, you’re a damn genius. God bless you and your coding skills. THANKS! (It worked)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can’t change the background colour of the mobile header’ is closed to new replies.