0
Answered

How can i remove the reviewer pic?

heysexy 6 years ago updated by Josh 6 years ago 1

Hello, 

I am looking for an option where I can remove the reviewer picture.

Answered

Add this CSS to the custom CSS for the review template..

.wpproslider_t4_IMG_2 {
display:none;
}
.wprevpro_t1_IMG_4 {
display:none;
}
.wpproslider_t2_IMG_2{
display:none;
}
.wpproslider_t3_avatar{
display:none;
}