@yariplus said:
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome-animation/0.0.8/font-awesome-animation.min.css">
Perfect.. Thanks
where change border-radius: ;
You could do something like this.
[component="categories/category"] .fa-stack {
margin-right: 5px;
.fa-circle::before {
content: "\0000a0";
width: 24px;
background-color: rebeccapurple;
display: block;
border-radius: 5px;
}
}
It's kindof a hack, you would need to modify the theme to get real control. Also, there's no way to get the category background.