Change icon of rating star

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;
}

background: url("/wp-content/images/star-custom.svg") 6px 5px no-repeat;
background-size: 14px;

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.