Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello, I cannot seem to figure out how to edit the color of the section dividers/color between sections on my Dawn product page. I've tried in theme settings and some CSS, but I'm admittedly not the best when it comes to working with code. Any insight on how to make this change (remove section dividers, change color or dividers) would be greatly appreciated.
Solved! Go to the solution
This is an accepted solution.
Hi @kprieto1023
.rich-text.content-container {
border-color: red !important;
}
I hope this helps
Best,
Daisy
Hi @kprieto1023
Looks like not a divider to me, its a background color. PLease, share your store URL. Thanks!
This is an accepted solution.
Hi @kprieto1023
.rich-text.content-container {
border-color: red !important;
}
I hope this helps
Best,
Daisy
Super simple and worked perfectly - I very much appreciate it.