looking to edit the group titles like the font size, margins top and bottom, and if its possible to add a divider line in between the groups?
1 Like
Hi there, @gtaro
![]()
I see that you’re already using a CSS code for changing the font size and font family of the group titles:
To add bottom/top paddings and a divider, please add this snippet to your code
padding-top: 30px;
padding-bottom: 40px;
border-bottom: 2px solid #ccc;
If you have any further questions, I’ll be happy to advise ![]()

