-
HochwimmerGefragt am 25. Januar 2024 um 13:31
-
Carrissa_MGeantwortet am 25. Januar 2024 um 13:48
Hi Johannes,
Thanks for reaching out to Jotform Support. You can make the line thicker by injecting CSS. Here' a sample code you can use:
.p_item_separator {
border : 2px solid #170404;
}
This guide will help you on how you can inject the CSS code.
Give it a try and let us know how it goes.