Hey, Was having an interesting challenge where I noticed the token I am leveraging for an .ics calendar invite auto-generates an underline. I tried throwing in a text-decoration:none and realized that wasn't going to work. From the calendar token -- <span style="margin: 0; margin-bottom: 0; color: #fcb316; text-decoration: none; font-family: Proxima Nova,Helvetica,Arial,sans-serif; font-size: 56px; font-style: normal; font-weight: 100; line-height: 1.125; padding: 0; text-align: left; white-space: normal!important; width: 100%; word-break: keep-all; word-wrap: normal;">Save the Date</span> What would be the best way to remove the underline? Thanks,
... View more