White background annoucement bar on transparent header

Hi everyone,

I’ve recently changed my header to be transparent, but I would like to keep my announcement bar in white. I’ve tried adding different codes to my base.css file, but nothing seems to work.

I’m using the Dawn theme, and my site is www.mochibags.com. I’d really appreciate any suggestions on how to fix this!

Thanks in advance!

Hi @graceatsabun

Please remove this code from the code you added to change the header to be transparent

.shopify-section-group-header-group.announcement-bar-section{
height: 5px;
}

Thank you so much, it works seamlessly!