Does anyone know what custom CSS I need to add to mantras custom CSS section, so that the pre-programed font for a specific div.class isn’t overridden my the generic mantra font family?
To be specific; Woocommerce allows star ratings for products as part of the product review tab. These are then shown in
div.class: “star rating”;
However, because of mantras (excellent) ability to mass change the fonts used in a theme, it also overrides the woocommerce.css file where div.class: “star rating”; uses
font-family: “star”
which leaves any products showing a review of say 5 stars as being ‘SSSSS’ as a capital ‘s’ is what font-family star uses to show a star shape.
Does anyone have any ideas?
Thanks in advance
Chris