Site logo

Archived topic

Mobile Menu Button

1 reply · Started by Jerry on May 20, 2021

Viewing posts 1–2 of 2

Hi guys, have this weird issue. On mobile, the Hamburger menu has a red background which I want to remove (showing black menu button and white background).

Stuck where to change this or if CSS will do the trick? https://tinyurl.com/ygdsgrpf

The website is http://www.sophiafioridiamonds.com

Thank you!!!

Hi there,

the colors are being overwritten by the Elementor global colors ... you can use this CSS to override that:

#site-navigation button.menu-toggle {
    background-color: transparent;
    color: #000;
}
This archived topic is closed to new replies.