• Resolved phatman

    (@phatman)


    Last question, promise! Is it not possible to hide the empty stars on the free version?

    Everything is working great

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Paul

    (@pryley)

    Hide them where?

    Thread Starter phatman

    (@phatman)

    .glsr-star-empty{display:none}

    Plugin Contributor Paul

    (@pryley)

    No, I mean where are you hiding them?

    • Empty ratings under WooCommerce product titles?
    • Empty ratings in reviews?
    • Empty summary ratings?
    Thread Starter phatman

    (@phatman)

    Hi, in the reviews

    Plugin Contributor Paul

    (@pryley)

    You have two options:

    Hide empty ratings with CSS:

    .glsr-review-rating:has([data-rating="0"]) {
    display: none;
    }

    Only display reviews that have at least a 1-star rating:

    [site_reviews rating="1"]
Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Hide stars?’ is closed to new replies.