I want to chage the color and remove the underline view in browser link - {% web_view %}. I tried change text color but no use

I want to chage the color and remove the underline view in browser link - {% web_view %}. I tried change text color but no use
Hi
Thank you for posting in the Community!
In the styles section of the editor you can edit the way links are displayed:
I hope this helps!
Hi
Hi
In the text box source code for the web link, add the following:
<div style="text-align: center;"><a href="{% web_view_link %}" style="color: #0171bb !important;">View in Your Browser</a></div>
Amend the hex colour to what you want and also the visible text - both in bold above. This works for me but please also test!
And to remove the underline use:
<div style="text-align: center;"><a href="{% web_view_link %}" style="color: #0171bb !important; text-decoration: none !important;">View in Your Browser</a></div>
Hope that helps
Regards
Andy
Hi
I used your code in template and send Campaigns and clicked that link email but its showing Placholder.
The code I used:
<div style="text-align: center;"><a href="{% web_view_link %}" style="color: #FFFFFF !important; text-decoration: none !important;">View in Your Browser</a></div>
Please let me know what to do?
Thanks
Hi
That is to be expected as the link is personalised to the recipient and you’re using the preview send.
If you want to see a live example, create and send a campaign to one or more of your test email addresses. The web view link in that test email will then open the web view of the sent email.
Regards
Andy
Hi
Thanks. its working now
Hi
Apolgies for my late reply. Glad it’s now working. I was going to say that you need to send an actual live campaign for the web view to display not the placeholder.
Regards
Andy
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.