Hello, i wanna change symbol color of category from square to circle .
How can i do it?
Thank
This will do it, but note that it won’t work for subcategories
.badge-wrapper.bullet .badge-category-parent-bg,
.badge-wrapper.bullet .badge-category-bg {
border-radius: 100%;
}
So you might want to also hide the parent category badge and only show the subcategory, like this
.badge-wrapper.bullet {
span.badge-category-parent-bg {
display: none;
}
span.badge-category-parent-bg + .badge-category-bg {
width: 9px;
}
}
10 Likes
Success full for me, thank @awesomerobot
2 Likes
Can we build it become theme component and get this grom githup, everyone can user it profesional more