PhilipDebruyne Hello, with the new e-mail editor af acymailing 6.5 - till now I was using 5.10 - the links in texts get automatically a blue color. How to change it and chose another color for all the links in a campaign? Thank you.
jvstratum Hi, You can add custom css. Clcik in the editor on the cog wheel in the right panel and click on the button"Add custom style sheet". Please note that you need to add "!important" to all your css code to make sure it does not get overridden by the default css.
PhilipDebruyne Thank you so much for your prompt answer. But why doesn't this work: .a { color: #e94740; font-weight: bold; !Important" }
PhilipDebruyne Sorry, I've found it. It should be a { color: #e94740; font-weight: bold; !Important" } without dot before a.
jvstratum Hi, The code is not correct. Try this: a { color: #e94740 !important; font-weight: bold !important; }