Anyone know how to change colour of hyperlink in the subscription form? Thank you!

I’ve added an email list subscription form to a landing page and the tick box with writing next to it includes hyperlink to “view T’s and C’s” but I can’t figure out how to change colour of the hyperlink - I can’t select the text itself as it’s part of the form and no where on the design of the form can I find how to change the hyperlink colour - thank you

As far as customizing the hyperlink color for any text element goes, you can use the .html property of a text element to customize the hyperlink color.

$w("#text1").html = `<div style="color: black; font-size: 16px;">View our<a href='https://www.google.com' style='color: green;'> <u>Terms & Conditions</u></a></div>`;

I believe there is a non-code way too where you can simply select the text and change its color but for support with non-code related features its best you get in touch with Wix Support as they will be able to help you best.

Thank you Shan :slight_smile: where do I post this code into please? And I did try to find the info on there and contact someone but I can’t find a solution or option to contact anywhere >.<