I have a testimonials grid in the home page of my company website.
The testimonials have no link, but once I hover on top of them all text get underlined. How can I remove that behavior?
Regards,
Jorge
Hi jorgeavi!
Edit your textblock element and make sure each element is closed properly.
<a></a>
<strong></strong>
<span></span>
etc etc
Regards,
Elliott
Thanks that worked