Created
November 18, 2020 14:32
-
-
Save yousufansa/705abaa97e4179b16a8f38f6fc9c1178 to your computer and use it in GitHub Desktop.
Techmarket - Star Rating Style Issue Fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .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