Home Forums WoodMart support forum How can i deactivate the start & Text? Reply To: How can i deactivate the start & Text?

#386806

Luke Nielsen
Keymaster

Hello,

With the help of the below code, you can hide the “star” rating, enter it in the “Global Custom CSS” area that is in Theme Settings -> Custom CSS.

.product-grid-item .wd-star-rating {
    display: none;
}

If you’re having trouble of any kind issue, please let me know. I’ll do everything I can to help.

Kind Regards