To add Line Divider between Shop category links. Like this
You can use this code to Custom CSS box.
If code doesn’t work, you can comment below, message or send me an email.
li.category-item {
border-bottom: 1px solid #000;
}
You can change line color here.