How to hide Profile Image or Avatar

You can use the following CSS code in the custom CSS field for the Template to hide the review avatar:

For Template Style 1:

img.wprevpro_t1_IMG_4 {
display: none;
}

For Template Style 2:

img.wpproslider_t2_IMG_2 {
display: none;
}

For Template Style 3:

img.wpproslider_t3_avatar {
display: none;
}

For Template Style 4:

img.wpproslider_t4_IMG_2 {
display: none;
}

Is this article helpful for you?