Where do I add the following code to hide star ratings on products without reviews?
.spr-badge[data-rating="0.0"] {
display: none;
}
Never Mind. I was able to figure it out.
Where do I add the following code to hide star ratings on products without reviews?
.spr-badge[data-rating="0.0"] {
display: none;
}
Never Mind. I was able to figure it out.