How can I change the divider color

Hi,
Please try this CSS snippet (How to add custom code snippets - HivePress Help Center):

.content-title::before {
     background-color: black;
}
1 Like