Separator on the Lightbox

Hello,
I would like to have different sections in my Lightbox.
There are separators between fields, but I want them to be more distinguishable. Like a bold


.

Can I add a different kind of separator between my fields ?

Thank you for your answers,
Khwaja

Hello,

You need to change default css styles, for example: docs.dhtmlx.com/scheduler/snippet/e66f582a

Hello Polina,
Thank you for your answer.
With your solution, I can only change style for every separator. Can I create a CSS class with only few separators in it ?
The aim is to create multiple sections in the Lightbox.

Unfortunately no.
If you want to set different styles for separators, try to use :nth-child() css selector:
w3schools.com/cssref/sel_nth-child.asp

Hello Polina,
I finally managed to have something by using this doc : https://docs.dhtmlx.com/scheduler/custom_lightbox_editor.html

But I will try your solution as well, thank you.

Khwaja