• When I look at my website on a cell phone there are white boxes where the menu is and I want the text in the menu white so nothing can be seen. Is there a way to change these boxes to black? I tried going through my style.css but could not change it for mobile phones. The website on a computer and tablet does not have these boxes so it can only be seen on a phone. Right now I have the text black so it can be seen. I am using the quark theme and the site is revolutionhtx.com

Viewing 1 replies (of 1 total)
  • The CSS you want to update is the following:

    .main-small-navigation ul li, .main-navigation ul li {
    background-color: #fff;
    }

    Just changed #fff to #000

Viewing 1 replies (of 1 total)

The topic ‘menu on mobile’ is closed to new replies.