Section break line colour [RESOLVED]

Hi,
I know this should be simple but I can’t make it work. I’d like to colour the section break line and make it thicker if possible using css. If anyone could help me out with the code that would be great.
Thanks

Can you share a link to the page on your site where we can see a form with the section break?

Sure it’s https://ellisdavid.com/renovation-works-proposal/

You can add this CSS to your theme stylesheet or the Appearance Customizer: Appearance > Customize > Additional CSS

body .gform_wrapper .gform_wrapper .gsection {
	border-bottom: 10px solid red;
}

That’s what provided the screenshot above.

I have the same question. I am not a programmer. Can you clarify for me please.

Do I put this code you gave above in the section break > appearance > CSS and then ALSO add it to my DIVI > Theme customizer > additional CSS?

I know I am running a child theme too. My page/form isn’t public yet for me to show you.

Thank you!

Yes, that is where you add it. You can add this CSS to your theme (or child theme) stylesheet or via the Appearance Customizer (Appearance > Customize > Additional CSS). If you have any other questions, I recommend opening a new topic and share a link to the page on your site when it’s visible. We’ll need to see it online to see if it’s working or not.

1 Like