GeoDirectory Support[TIP] Changing Star Color – GeoDirectory Support https://wpgeodirectory.com/support/topic/tip-changing-star-color/feed Tue, 24 Feb 2026 02:39:32 +0000 http://bbpress.org/?v=2.5.14-6684 en-US https://wpgeodirectory.com/support/topic/tip-changing-star-color/#post-13784 <![CDATA[[TIP] Changing Star Color]]> https://wpgeodirectory.com/support/topic/tip-changing-star-color/#post-13784 Sat, 30 Aug 2014 12:42:42 +0000 identity Thought I’d share some CSS for changing the color of the star. The method for the star image is pretty good. The star is actually transparent in the middle and a background color is applied behind the stars at a calculated width to represent the “average” overall rating.

Hopefully you are using an “override style sheet” which this can be added to:


div.geodir_RatingAverage, li.gd-multirating-star.active {
	background-color: #FF0000 !important;
}

For example, the above color changes from the default orange to red.

There are two directives here…the first for the completed ratings, the second for the interactive rating as a user is hovering over the ratings prior to selection.

The one drawback I’ve seen so far is that the star uses a white surrounding background, which contrasts against the light gray background used for the completed rating/review comment. Still playing with a way to get change that to white, but so far only able to force it with !important…still need to find an overriding specificity.

cheers

]]>
https://wpgeodirectory.com/support/topic/tip-changing-star-color/#post-13791 <![CDATA[Reply To: [TIP] Changing Star Color]]> https://wpgeodirectory.com/support/topic/tip-changing-star-color/#post-13791 Sat, 30 Aug 2014 15:03:50 +0000 identity

A valid license is required to view this reply.

You may need to login

OR

Buy either a Membership or valid license for this product.

Thanks, Team GeoDirectory!

]]>
https://wpgeodirectory.com/support/topic/tip-changing-star-color/#post-13806 <![CDATA[Reply To: [TIP] Changing Star Color]]> https://wpgeodirectory.com/support/topic/tip-changing-star-color/#post-13806 Sat, 30 Aug 2014 18:12:35 +0000 Paolo

A valid license is required to view this reply.

You may need to login

OR

Buy either a Membership or valid license for this product.

Thanks, Team GeoDirectory!

]]>