Hi there,
I am using the “testimonials” content element to present team members.
Below the individual team member I would like to add 2 buttons:
1. Call member
2. Email member
I can add simple html code to the field: “subtitle below name” but can I also add
a button shortcode there??
I tried bu only get an error. Also tried maxbuttons with a shortcode, is not working either.
I could add a shortcode to the field: “Quote” but then the buttons would appear above the name and title of the member..
Any suggestions??
Thanx!
Ben
For me the ideal would be if the “Quote” section would appear under the name, subtitle and image..
Thanx again
Hey!
Try adding this code to the Quick CSS:
.avia-testimonial-content {
width: 100%;
}
.avia-testimonial-meta {
margin: 0;
}
Cheers!
Josue