Skip to content

Change the link colour for web version and unsubscribe

edited July 2015 in Questions

Hi there.

Great application, I'm really happy with it. I need to change the link color of the link to the web version and unsubscribe, as I have a dark background, and the blue font does not have a good contrast. I just can not find where to adjust this color. Could you help me with that?

Thank you in advance!

Lukas

Comments

  • Hi,

    You'd need to change colors of texts with CSS.

    Eg. <unsubscribe style="color:#FF0000">Unsubscribe here</unsubscribe> (this will change the color to red)

    Thanks.

    Best regards,
    Ben

  • Hi Ben!
    Thanks for the code. Somehow it still does not seem to work. I implemented the code, but the color stays blue. Can I give you access to my sendy installation, so that you can look over the code?
    Thank you,
    Lukas

  • How about <unsubscribe style="color:#FF0000 !important;">Unsubscribe here</unsubscribe>.

  • Worked perfectly, thank you!

This discussion has been closed.