If you’re using the Foodie theme, you’ll find that the theme overrides the color of the rating stars. To reset the stars to the original yellow on a grey background that EasyRecipe defines, add the following to the “Extra CSS” box on the “Geeky Stuff” tab on the EasyRecipe Settings page.
For EasyRecipe Plus
Foodie Pro
.foodie-pro .easyrecipe .ERRateStars, .foodie .ERComment .ERRateStars, .foodie-pro .ERRatingCommentInner, .foodie-pro .ERSRatingInner { background: url(/wp-content/plugins/easyrecipeplus/css/images/yellowstar15.png); } .foodie-pro .ERRateBG, .foodie .ERRatingComment, .foodie-pro .ERComment .ERRateBG, .foodie-pro .ERSRatingOuter { background: url('/wp-content/plugins/easyrecipeplus/css/images/greystar15.png'); }
Foodie
.foodie .easyrecipe .ERRateStars, .foodie .ERComment .ERRateStars, .foodie .ERRatingCommentInner, .foodie .ERSRatingInner { background: url(/wp-content/plugins/easyrecipeplus/css/images/yellowstar15.png); } .foodie .ERRateBG, .foodie .ERRatingComment, .foodie .ERComment .ERRateBG, .foodie .ERSRatingOuter { background: url('/wp-content/plugins/easyrecipeplus/css/images/greystar15.png'); }
For EasyRecipe Free
Foodie Pro
.foodie-pro .easyrecipe .ERRateStars, .foodie-pro .ERComment .ERRateStars, .foodie-pro .ERRatingCommentInner, .foodie-pro .ERSRatingInner { background: url(/wp-content/plugins/easyrecipe/css/images/yellowstar15.png); } .foodie-pro .ERRateBG, .foodie-pro .ERRatingComment, .foodie-pro .ERComment .ERRateBG, .foodie-pro .ERSRatingOuter { background: url('/wp-content/plugins/easyrecipe/css/images/greystar15.png'); }
Foodie
.foodie .easyrecipe .ERRateStars, .foodie .ERComment .ERRateStars, .foodie .ERRatingCommentInner, .foodie .ERSRatingInner { background: url(/wp-content/plugins/easyrecipe/css/images/yellowstar15.png); } .foodie .ERRateBG, .foodie .ERRatingComment, .foodie .ERComment .ERRateBG, .foodie .ERSRatingOuter { background: url('/wp-content/plugins/easyrecipe/css/images/greystar15.png'); }