0
Answered
How to Change the Review Text Size
how to change wprev_totrevs text size next Overall Rating Star (921 Reviews) its too small not visible i need little big size text
Customer support service by UserEcho
You can use the CSS code. Just modify as you need and add it to the custom CSS code for the review template on the first tab.
span.wprev_totrevs {
font-size: 14px !important;
color: black;
}