0
Answered
Size of testimonials
Hi, Looks great but the text of the person making the testimonal is too big and intrusive, and if I have more than 4 reviews per row - I just get a single review per row.
Looking for a narrower band for the testimonials and more per row. How can I do this please? Tks
Customer support service by UserEcho
Really the only way to make it smaller is to control the font size. Add this CSS to the custom CSS for the review template in the app. It will also take off the all capitals in the reviewer name.
.wprevpro {
font-size: 13px;
}
.wprevpro_t1_SPAN_5 {
text-transform: none !important;
}
Hi, Can you provide the specific instructions to do this? I tried going into the CSS for the template but cannot find a review section.
its in the testimonial template itself, not in the shopify theme page. So go into your actual app.testimonialhubsetup template, and halfway down the page you'll see a text box called 'custom css' - just copy that code in exactly as it is and it works just fine - for me at least.
its in the testimonial template itself, not in the shopify theme page. So go into your setup template, and halfway down the page you'll see a text box called 'custom css' - just copy that code in exactly as it is and it works just fine - for me at least.