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.