• Resolved Anouska

    (@anouska)


    {{cart.unsubscribe}} creates a light gray link “Don’t remind me again.”. How do I change the color of this link?

    I think the light grey is too hard to read on a white background and don’t want my customers to mark the emails as spam just because they don’t see the link “Don’t remind me again.”

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Sravan Bhaskaravajjula

    (@bhshravankumar)

    Hello @anouska,

    Email clients will override this with their default settings, I tried setting custom CSS but it is being overridden by the email client settings, please allow me some time I will discuss this with our developers to know if there is a way to fix this scenario.

    Best Regards,

    I have the same issue and would like an answer too.

    Thread Starter Anouska

    (@anouska)

    @dickraney For now, my workaround is to put a dark box around it, by switching to the Text editor (HTML) for the emails, and using this code:

    <div style="background: #555; padding: 1em;">{{cart.unsubscribe}}</div>

    It’s not looking great in the email, so I’m hoping there’ll be a real fix for this issue soon, but at least the link is more visible this way.

    This is not ideal, but allows you to set the link to color you want without any box around it.
    <div class="unsub"><style>.unsub a{color:#0000ee!important;}</style>{{cart.unsubscribe}}</div>
    Developer still needs to come up with a setting for link color or just remove the inline color style.

    Plugin Support Aamir

    (@aamiribsf)

    Hello @anouska,

    Thank you for sharing the suggestion with us.

    I have forwarded the request to the dev team for consideration and hopefully, they will come up with a solution for this in future updates.

    For now, you can try the workaround suggested by @dickraney.

    I would also like to thank @dickraney for sharing the workaround. It would be helpful for the others with the same requirement until we came up with the option for this.

    Best Regards,
    Have a great one ahead!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Changing unsubscribe link color’ is closed to new replies.