Thank you
1. Sorry to say this option is not available with this module.
2. To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
.j51-testimonials .j51-quote-icon {
display: none;
}
3. To amend try also adding the following to the Custom CSS field.
.j51-testimonials .item {
padding: 25px;
margin: 20px 0;
background: white;
box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 0px;
border-radius: 4px;
display: flex;
flex-direction: column;
}
.j51-testimonials .j51-profile {
order: -1;
margin: 0;
}
.j51-testimonials .j51-text-box {
background: transparent;
box-shadow: none;
}
Ciaran