Hi Fred,
The only way to change the CSS styles (i.e. font, colours, etc.) is to override them in your own CSS stylesheet.
Here are some CSS classes you can use in your stylesheet to target specific elements of a displayed review:
.glsr-review-title {}
.glsr-review-meta {}
.glsr-review-rating {}
.glsr-star-full {}
.glsr-star-empty {}
.glsr-review-date {}
.glsr-review-excerpt {}
.glsr-review-avatar {}
.glsr-review-author {}
Alternatively, you can also disable the plugin from loading any of its own CSS styles by adding the following to your theme’s functions.php
file:
add_filter( 'site-reviews/assets/css', '__return_false' );
-
This reply was modified 7 years, 10 months ago by
Gemini Labs.
-
This reply was modified 7 years, 10 months ago by
Gemini Labs.
-
This reply was modified 7 years, 10 months ago by
Gemini Labs.
-
This reply was modified 7 years, 10 months ago by
Gemini Labs.