I'm making a signature template for my company, and I want to remove the underline from the links. When I first paste it into the signature creator in gmail, there is no underline. When I use dev tools to inspect the signature inside the signature creator, my text-decoration: none !important
is there. BUT, when I go to use the signature, in a new email or whatever, the links are underlined, and the text-decoration style is gone.
I also tried declaring text-decoration: none on a span tag inside the a tag and adding text-decoration-color: white to the a and the span. All of these style tags are removed by gmail.
I tried adding spaces inside of the link, because I saw that somewhere, it didn't work.
I tried using dev tools to remove the underline when the signature is in the email, copying and pasting it back into the signature creator, but the same thing happened.
I tried adding a the style rule to the tag, didn't make a difference.
Does anyone have any insights for me?