I’d like to remove or change the borders in the testimonial grid. I have been able to change the vertical dashed line between testimonial columns, but I have tried and failed to find the right CSS combination that removed the dashed line BELOW each row. I’ve tried
.avia-testimonial-row {
border: none!important;
}
In my custom CSS and that does not work.
Any suggestions?
Thanks,
M
***SOLUTION FOR THOSE WHO MAY SEE THIS POST:
In Custom CSS:
.avia-testimonial {
border: none!important;
}
(can also control individual borders here)