my website is plannerlike.com
I want to change the background color of the featured product collection section under the header. how can I do that?
my website is plannerlike.com
I want to change the background color of the featured product collection section under the header. how can I do that?
Hi @plannerlike
Is this what you mean?
If its this, Try this.
div#CollectionSection-1603356759910 {
background: aquamarine;
}
I hope it help.
"
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
"
Hello @plannerlike ,
You can try to follow these steps:
Go to Online Store → Themes → Actions → Edit code
Go to Assets folder → base.css file or theme.scss.liquid file
Add this following code at the bottom of page
Save and preview
Hope this can help.
Transcy