Skip to content

Instantly share code, notes, and snippets.

@rali14
Last active November 21, 2016 23:07
Show Gist options
  • Select an option

  • Save rali14/62f2c7a04bc4efb1076f to your computer and use it in GitHub Desktop.

Select an option

Save rali14/62f2c7a04bc4efb1076f to your computer and use it in GitHub Desktop.
Change color of star ratings to gold
/* 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