Why does my header turn white on hover or scroll in Flow theme?

I am using the “Flow” theme for my website. My Header turns white once I hover over it or scroll and I want to know what code to get rid of or add to my header.liquid code. Site is headycup.com. Thanks in advance.

Hi @JoeKittens ,

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css->paste below code at the bottom of the file:

.shopify-section-header-sticky .header-wrapper { background: #000 !important; }

Hope it will help you!

Thanks, only issue is I don’t have a base.css in my Assets

Any other area I can paste this? I do not have a base.css in my Asset folder…

Thanks.