Hello,
.rating__circle {
background: url(“assets/images/icons/star.svg”) 7px 7px no-repeat;
}
i downloaded above svg, changed color and upload new svg 100x100px but icon doesn’t display properly or very small. Thanks
.rating__circle {
background: url(“my-content/images/star-custom.svg”) 7px 7px no-repeat;
}