How to fix transparency issues with mobile menu?

Hi All. Working on optimizing www.tinyotters.com. I continue to struggle with things being transparent on the site when they should not be. These are two issues below.

The first pic below is an issue with our mobile menu - the drop down should cover the screen not be see-through

the second issue is an issue with the mobile and web versions. If you scroll down the menu disappears (which is good - this is what we want) and when you scroll back up the menu appears at the top again (which is good also. We want this.) but it’s transparent. We want it to be a solid bar.

thank you in advance for your help!

1 Like

@tinyotters

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
@media (max-width: 749px) {
#shopify-section-header.animate {background: #fff;}
}

Shoot - that did not work. I pasted the code and the issue was still there. I appreciate the suggestion though - thank you very much