Archived topic
Create "team" and "testimonial" sections
4 replies · Started by Manuel on September 6, 2016
Hi.
What is the best option if I want to create a "team" and a "testimonial" sections page in my homepage?
A plugin or just introduce specific CSS code (to put the images in a circular shape, or place text opening above them)?
Thanks.
The lightweight method is CSS. You add classes to your style sheet, such as image border radius 50%, and whatever else you need and make calls to those classes.
In my case, I compiled the Bootstrap classes I needed, customized the styles and built the page.
If you can use HTML and CSS, that's by far the cleaner, faster approach.
If not, then a plugin is your best bet.
Thanks Michel and Tom for your support.
Kind regards,
Manuel Moura
No problem!