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

Editing section divider color in Dawn theme

Solved

Editing section divider color in Dawn theme

kprieto1023
Tourist
5 0 2

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.1.jpg2.jpg

Accepted Solution (1)

DaisyVo
Shopify Partner
4469 501 598

This is an accepted solution.

Hi @kprieto1023 

 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

 

.rich-text.content-container {
    border-color: red !important;
}

 

Here is the result: image_720.png

 

I hope this helps 

 

Best,

 

Daisy

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Replies 4 (4)

Made4uo-Ribe
Shopify Partner
10211 2427 3079

Hi @kprieto1023 

Looks like not a divider to me, its a background color. PLease, share your store URL. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
kprieto1023
Tourist
5 0 2

I appreciate your response - this is the URL https://celestenoir.shop/

DaisyVo
Shopify Partner
4469 501 598

This is an accepted solution.

Hi @kprieto1023 

 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

 

.rich-text.content-container {
    border-color: red !important;
}

 

Here is the result: image_720.png

 

I hope this helps 

 

Best,

 

Daisy

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
kprieto1023
Tourist
5 0 2

Super simple and worked perfectly - I very much appreciate it.