Hi,
How can I change tht text colors for dynamic fields? In this case it is for the dynamic fields for date.
Any help is welcome!
W13ear
You can change the color of your dynamic fields by adding a custom style sheet to your mail with the following code.
span.acym_dynamic.mceNonEditable { color: #ffff00; }
I'd like to know how to do this.
I'm trying to set the link colour of the "Click here to view it online". I have tried using the edit block's html but when I click on Apply it doesn't keep the formatting I have applied.
jameswadsworth
You can change the color of your read online link by adding the following code to the custom style sheet of your mail.
.readonline { color: #ffff00; }
Hi jvstratum thanks for the indication. To resolve the problem I created an id for the section then, as you suggested, added some css to the custom stylesheet
Well done, enjoy your Acymailing!