0
Answered
How can i remove the reviewer pic?
Hello,
I am looking for an option where I can remove the reviewer picture.
Customer support service by UserEcho
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;
}