Dawn theme: Announcement bar, slideshow container and multicolumn section background colors

Hi,

The background colors of the Announcement bar, slideshow container and multicolumn section don’t show up anymore, I think I might have deleted some css codes, how can I solve this?

I want it to be like this again

And how can I solve this issue? The logo and menu show up on the slideshow when scrolling

Hi,

You need some debugging and custom coding on this. Let me know if interested. You can visit my website

Hi @wendyl93 ,

Please share your store URL and if your store is password protected then please provide password too.

So that we can help you.

Thank you.

1 Like

@AvadaCommerce

http://dear-little-things-nl.myshopify.com

password: hello12345!6

Hi @wendyl93 ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css->paste below code at the bottom of the file:
.announcement-bar__link {
    background-color: rgba(var(--color-card-hover), 0.06);
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.