Hi guys, how do i achieve those beautifull boxes you have in http://kriesi.at/about, i see is the “testimonial element” but how do you get those boxes with rounded corners
Hey smorrone!
Add this to your custom CSS when using the grid testimonial style.
.avia-grid-testimonials .avia-testimonial-row > div {
background: none repeat scroll 0 0 white;
border-radius: 4px !important;
}
Best regards,
Elliott
Ok great tnx!