Last active
November 21, 2016 23:07
-
-
Save rali14/62f2c7a04bc4efb1076f to your computer and use it in GitHub Desktop.
Change color of star ratings to gold
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
| /* Set the color for star ratings throughout the site (except listing header) */ | |
| .stars-rating .dashicons, .review-form-stars [class*="dashicon"] { | |
| color: red !important; | |
| } | |
| /* Set the color for star ratings on the listings page header */ | |
| .content-single-job_listing-hero.has-image .stars-rating .dashicons:before { | |
| color: red !important; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment