Title: 5 star plugin
Last modified: September 2, 2016

---

# 5 star plugin

 *  [da_PSI](https://wordpress.org/support/users/da_psi/)
 * (@da_psi)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/5-star-plugin/)
 * Easy to use plugin and is working flawless.
 * The only thing that I am trying to figure out is how to change the color of the
   price. Now it is light-grey and I am trying it to make it red, but I am not able
   to change it.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Maeve Lander](https://wordpress.org/support/users/enigmaweb/)
 * (@enigmaweb)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/5-star-plugin/#post-7792047)
 * Thanks for your review – always nice to hear positive comments so thank you!
 * You can change the colour of the price text by adding this code to your theme
   css:
 *     ```
       .product-price {
       	color: #333333 !important;
       }
       ```
   
 * Update the color code there as needed.
 * Hope this helps 🙂
 *  Thread Starter [da_PSI](https://wordpress.org/support/users/da_psi/)
 * (@da_psi)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/5-star-plugin/#post-7792048)
 * Hi Maeve Lander,
 * I tried to code, but I have to put it in the style.css? I put it in there, but
   now all the letters (the name of the bikes) are red, the price is still grey.
 * Its regarding this website: [http://www.aletras-megabike.eu](http://www.aletras-megabike.eu)
 * (Will sent a donation somewhere next week!)
 *  Plugin Author [Maeve Lander](https://wordpress.org/support/users/enigmaweb/)
 * (@enigmaweb)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/5-star-plugin/#post-7792051)
 * It is working for me when I make the change in my element inspector for your 
   site… please check you are putting in the correct code
 *     ```
       .product-price {
       	color: #000000 !important;
       }
       ```
   
 * Also I noticed your whole catalogue is in courier font so I suspect you may have
   accidentally put your shortcode inside [code] tags in the editor...

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘5 star plugin’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-catalogue_adaa98.svg)
 * [WP Catalogue](https://wordpress.org/plugins/wp-catalogue/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-catalogue/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-catalogue/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-catalogue/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-catalogue/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-catalogue/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Maeve Lander](https://wordpress.org/support/users/enigmaweb/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/5-star-plugin/#post-7792051)