CMS Development

ErinKas
Contributeur de premier rang

Email Signature Help Please

Hello Wise Community. 

 

I used the HubSpot signature generator, and customized the HTMl output in codepen.io  I would like to be able to change the OMNI link color before and after it is clicked. I am not able to use CSS though because I cant add the CSS to the signature in HubSpot. 

 

Any suggestions or help?

 https://codepen.io/erinkas/pen/NELeRx

Thanks!

 

Erin

0 Votes
2 Réponses
ErinKas
Contributeur de premier rang

Email Signature Help Please

@Anton @Stephanie-OG any suggestions pretty please?


Thanks!

 

ERin

0 Votes
dennisedson
Équipe de développement de HubSpot
Équipe de développement de HubSpot

Email Signature Help Please

good luck!  

in the css2 draft, this was the solution proposed

<a href="http://www.w3.org/Style/CSS"
   style="{color: blue; background: white}  /* a+=0 b+=0 c+=0 */
          :visited {color: green}           /* a+=0 b+=1 c+=0 */
          :hover {background: yellow}       /* a+=0 b+=1 c+=0 */
          :visited:hover {color: purple}    /* a+=0 b+=2 c+=0 */
         ">
  Example of a hyperlink to the CSS home page with special one-off
  visited and hover effects.
</a>

but it was never pushed beyond draft

 

also, in outlook will reset the visited state when email is closed and reopened....i think

0 Votes