How can I edit the color of the blue autocontent links? Thanks!
Hi,
You can add some custom stylesheet, in the drag and drop editor in the settings tabs:
Then you can add this CSS: h2 a { color: red !important; }
h2 a { color: red !important; }
You can change the color in what you want 🙂 Here some documentation about color in CSS : https://www.w3schools.com/css/css_text.asp
Thank you :-) And the blue "Read more.." Links?
You're welcome 🙂
Here is the CSS for the read more: .acymailing_readmore { color: red !important; }
.acymailing_readmore { color: red !important; }
Hi, how can I edit the unsubscribe link-address in the email? The user should be forwarded to another page after unsubscribing, not to the start page.. Thanks!? :-)
I already answered you here 🙂