Missing a class for ratings mouse-over effect
-
The comment star rating is missing a class for Hover Effect.
Currently, each star has a class “wprm-rating-star”. Each filled star has an additional class “rated”. However, there is no class “mouse-over” whenever a mouse hovers over the star. For example, when the mouse hover over star #4, stars 1-4 are expected to have a class “mouse-over”. This way, in my CSS I can say .wprm-rating-star.mouse-over polygon { fill: yellow }
Hope it makes sense.
The issue can be demonstrated on WPRM demo site:
https://demo.wprecipemaker.com/amazing-vegetable-pizza/Thanks!
Tim
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Missing a class for ratings mouse-over effect’ is closed to new replies.