on a testimonial grid within a color block there are dash lines around the entries, how may I remove those dash lines?
also, the default font color for the website is a dark blue – how can I change the font color for the entries to white instead?
Thanks
Hey damatia!
Could you provide us with a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-testimonial {
border: none;
color: white;
}
Regards,
Yigit
Thank you very much, that took care of the dashes!
Regards