Your comments
You can right-click on the image > inspect and it should open a window showing you the code with the css classes.
It should be this...
img.wprev_media_img {
height: 50px;
margin-left: 5px;
border-radius: 5px;
}
Sorry, I misunderstood. Normally that image upload is used for the Avatar of the person who left the review. There is also these image inputs you can use...

You need to remove the border-radius in the CSS that you used. Instead of this...
img.wprevpro_t1_IMG_4 {
object-fit: contain;
border-radius: 0px !important;
scale-down: none !important;
object-fit: contain;
height: 50%;
width: 250px;
overflow: hidden;
}
Use this...
img.wprevpro_t1_IMG_4 {
object-fit: contain;
scale-down: none !important;
object-fit: contain;
height: 50%;
width: 250px;
overflow: hidden;
}
Sure. Can you post a link so I can see the issue? I can send you some CSS to use.
It looks like you would need to change the Section background...

Is there a way to set the section background color in the theme?
You can try using this CSS in the review template...
div#shopify-section-162872321863560379 {
- background-color: #F6F6F6;
}
There isn't much I can tell from the picture. You can right-click on the background > inspect and then check the elements CSS to see what div is containing the white background. You can then add some CSS to check it. I'm not sure if it's coming from the plugin or if that is part of your theme. You are welcome to make me a staff account if you want me to take a look.
landjllc@gmail.com
Can you post a link? The color might be coming from the DIV that is containing the app code.
You can narrow down the CSS by using an ID selector before it. It must match the ID for the review template you are using. It will look something like this...
#wprev-slider-9458 .wprev_preview_tcolor1_T4 {
display: none;
}
#wprev-slider-9458 .wpproslider_t4_IMG_2{
border-radius: 0;
height: unset;
}
But you need to change the 9458 to whatever your review template ID is.

I actually just linked to the one on the web. I entered this url...
I'll have to look at the issue of uploading and see what's going on.
It could be the cache for the review template. The review template is cached for 24 hours in order to load faster. You can use the button on the Template page to clear the cache manually.
Customer support service by UserEcho
Can you share a link to the page? Are you trying to display one review on mobile only?