Skip Navigation

[Resolved] Star rating widget is showing up as boxes instead of stars on the front-end

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 2 replies, has 2 voices.

Last updated by ashiA 1 year, 5 months ago.

Assisted by: Minesh.

Author
Posts
#2621551
Screenshot 2023-07-06 at 10.34.16 AM.png

Hi, I have been using the star rating widget to display 5-star ratings for products on our site (the star ratings are displayed via a Toolset template for specific content types). However, after the latest update, these ratings are showing up as boxes instead of stars - sharing a couple of links where this is happening

hidden link
hidden link

#2621565

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

It seems a CSS conflict.

What if you try to add the following CSS code to your content template's CSS box:

.tb-rating span {
    font-family: dashicons, sans-serif !important;
}

More info:
- https://toolset.com/course-lesson/adding-custom-css-to-templates-archives-and-views/#steps-for-adding-css-to-a-content-template

#2621885

My issue is resolved with this CSS change. Thank you!