How change color and size of the seperator
Hey Arthur,
Did you mean the “section break”? If that’s the case, you can utilize the code below to adjust both the color and width.
.gform_wrapper.gravity-theme .gsection {
border: 1px solid #000;
}
Note: To match your needs, adjust the border width and color by increasing or decreasing the value.
Give it a try, and let me know how that goes!
Hey Faisal,
Thanks,
sorry, I tested this by putting this code in:
- In the theme file editor
And than
- In the form itself in CSS class
but without result !!
Arthur
Hey Arthur,
Sorry for the delay. Please add this code in your child theme’s style.css
file or in Appearance > Customize > Additional CSS.
ok find it;
.gform_wrapper.gravity-theme .gsection {
border-bottom: 1px solid #702a3e !important;
}
thanks Faisal
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.