• Resolved da1982pearsons

    (@da1982pearsons)


    Hi, would it be possible for me to edit the displayed response which appears after a rating has been made.

    The response immediately following the stars is: [Total: 1    Average: 5/5 ]

    All I would like to do is remove the space between 5/5 and ]
    I would also like to put a space between the final star and the first [

    Finally, how can I change the cursor from an arrow to a hand (or whatever it’s called) when hovering over the stars?

    Thank you, I appreciate any help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor dudo

    (@dudo)

    Hello!!

    Hi, would it be possible for me to edit the displayed response which appears after a rating has been made.

    The response immediately following the stars is: [Total: 1 Average: 5/5 ]

    All I would like to do is remove the space between 5/5 and ]
    I would also like to put a space between the final star and the first [

    I’m working right now on the setting “Insert custom text to show before / after stars” to make it work even when a rating is saved, just stay tuned 🙂

    Finally, how can I change the cursor from an arrow to a hand (or whatever it’s called) when hovering over the stars?

    I really like this, I will insert this as default behavior soon (most likely in the next version)
    In the meantime, you can add this code into Yet Another Stars Rating: Settings -> Aspect & Styles -> Custom CSS Styles

    .yasr-rater-stars-vv {
    	cursor: pointer;
    }

    Best,
    Dario

    Thread Starter da1982pearsons

    (@da1982pearsons)

    Thank you. That’s a great help.

    Plugin Contributor dudo

    (@dudo)

    Now the cursor is an hand when hover the stars 🙂

    Best,
    Dario

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

The topic ‘Minor Edits’ is closed to new replies.