Hi :-)
I am working with the testimonial grid and am trying to
– have the name of the client in regular instead of bold
– have the image of the client bigger (half a column? about 150px?)
I also would like to have the image of the client round and all the other images on the website without border radius.
I have tried these things with these codes:
/*styling naam van reviews aanpassen 190618*/
.av-minimal-grid-style .avia-testimonial-meta-mini .avia-testimonial-name {
font-weight: 100;
}
/*foto's bij testimonials slag groter 190618*/
.avia-testimonial-image {
width: 175px;
height: 175px;
}
/*alle foto's helemaal haaks 190618*/
img { border-radius: 0 !important; }
I must be doing something wrong as I get no effect (even when I empty all caches).
Can you take a look over my shoulder please?
Maaike
Hey maaikevk,
Add this to quick css:
strong.avia-testimonial-name{
font-weight:normal!important;
}
.av-minimal-grid-style .avia-testimonial-image{
height:150px!important;
width:150px!important;
}
Best regards,
Jordan Shannon
Thanks Jordan :-)
This is great 👍.
Is it possible to have a little whitespace below the image before the column ends?
Hi,
Do you mean you want to reduce the whitespace?
Best regards,
Jordan Shannon
No, I mean to add some whitespace. Hopefully the screenshot helps to make myself clear :-)
Hi,
Add this to quick css:
.avia-testimonial{
padding-bottom:20px!important;
}
Best regards,
Jordan Shannon
Super!!
Thanks very much :-)
Hi,
No problem at all. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon