Hello all,
I'd like to change the font colour of the dynamic "view online" text. I've added some custom css to do so, but while the colour change shows up in the editing window, it doesn't show up in the preview window or in the final email. Could someone explain to me what I'm doing wrong? Here's the css I've added :
.acym_online {
color: #455c77;
}
.acym_dynamic mceNonEditable {
color: #455c77;
}
Thanks!