how to replace (») on crumbs with (,)
i want to make like this: Forum, Desain, Teori Warna
i want to make like this: Forum, Desain, Teori Warna
.pun-crumbs p.crumbs {
color: transparent;
}
.pun-crumbs p.crumbs > a::after {
content: ",";
}
.pun-crumbs p.crumbs a span {
margin-left: -12px;
}