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
made4Uo
February 13, 2022, 2:38am
2
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
Hi @wendyl93 ,
You can follow the instruction below:
Go to Online Store->Theme->Edit code
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.