0
Answered

Is there a way to make review pictures bigger in the slider?

Chinelly 6 years ago updated by Josh 6 years ago 3

Is there a way to make review pictures bigger in the slider?

Image 118

Under review

You can add this CSS code the review template custom CSS setting...

img.wprevpro_t1_IMG_4 {
width: 100px;
height: 100px;
}

it works! thank you! i added to the bottom of my theme.css file