0
Answered

How to Change the Review Text Size

Suhail 3 weeks ago updated by Josh 3 weeks ago 2

how to change wprev_totrevs text size next Overall Rating Star (921 Reviews) its too small not visible i need little big size text

Image 2158

Under review

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;
}