• Resolved doczimute

    (@doczimute)


    Hello
    When I insert a dynamic field type (Subscription/Unsubscription) to a form, the link color is #0000f1 by default. I want to change this color, but I can’t, even by code mode, because the changed color is not saved, always remains in #0000f1. How to change this link color then?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    If you want you can add CSS in your email by going to the settings tab in the editor (the one with the cog icon), click on the Add custom stylesheet and then enter this code:

    a span{
    color: <your-color>!important;
    }

    Thread Starter doczimute

    (@doczimute)

    It’s all good, thank you.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Subscription/Unsubscription link color’ is closed to new replies.