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 ,
- Go to Online Store->Theme->Edit code
- 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.