Your comments
Have you downloaded any reviews yet? Do you have them on the review list page? After that you'll need to go create a review template on the template page.
Sorry, there currently isn't a way to use a custom image. They shouldn't be blurry. Can you post a link?
Unfortunately, the stars are images and can't be changed. You could hide them with this CSS...
img.wprevpro_t1_star_img_file {
display: none;
}
You can add this CSS to change the color. This is for Template Style 1.
.wprevpro_t1_DIV_2:before {
color: #000;
}
You can get hex color codes at this link. Just replace the #000 in the CSS if you want a different color.
Add this CSS to the review template CSS depending on which template style you are using. Feel free to change the px values.
Style 1:
img.wprevpro_t1_IMG_4 {
height: 100px;
width: 100px;
}
Style 2:
img.wpproslider_t2_IMG_2 {
height: 100px !important;
width: 100px !important;
}
Style 3:
img.wpproslider_t3_avatar {
width: 150px;
height: 150px;
}
Style 4:
img.wpproslider_t4_IMG_2 {
width: 150px;
height: 150px;
}
You could do it with some regular html code. Send me a link to the page.
What is the Yelp page URL you are using?
I'm not seeing the actual html slider code on the site anywhere. Make sure you have it added.
Can you post a link to your site with the slider?
Customer support service by UserEcho
If the section is not showing up then you'll need to scroll down on the instruction pop-up for other options to add the reviews.