Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Fahid Javid

    (@fahidjavid)

    Hi!

    Yes, you can use the [stars_rating_avg] shortcode anywhere in your post to display the average rating of the post.

    Kind Regards,

    Fadhi

    Thread Starter shannacrow

    (@shannacrow)

    No sorry, not the average. I want each comment’s stars to be on top of the comment instead of the bottom. We take off the names so it’s anonymous and it looks funny underneath.

    Plugin Author Fahid Javid

    (@fahidjavid)

    Hi,

    You can do that by adding the following CSS code to the Dashboard > Appearance > Customizer > Styles > Additional CSS box.

    .comment_area .comment-content.clearfix {
    display: flex;
    flex-direction: column-reverse;
    }

    Thanks,

    Fahid

    Plugin Author Fahid Javid

    (@fahidjavid)

    After adding above CSS snippet, it should look like this: https://tppr.me/RhJTd

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Display stars on top of comment’ is closed to new replies.