Skip to content

Instantly share code, notes, and snippets.

@yousufansa
Created November 18, 2020 14:32
Show Gist options
  • Select an option

  • Save yousufansa/705abaa97e4179b16a8f38f6fc9c1178 to your computer and use it in GitHub Desktop.

Select an option

Save yousufansa/705abaa97e4179b16a8f38f6fc9c1178 to your computer and use it in GitHub Desktop.
Techmarket - Star Rating Style Issue Fix
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
font-family: 'FontAwesome';
}
body.kc-css-system .star-rating span {
font-size: inherit;
}
body.kc-css-system .star-rating span:before {
letter-spacing: .313em;
}
#reviews .advanced-review .advanced-review-rating .avg-rating .star-rating span:before {
letter-spacing: 6px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment