Typeform and webflow

Hi all, I have a typeform integrated within my site - it is a link ‘Contact Us’ at the bottom of the footer (on each page). Can someone tell me how I control the ‘Contact Us’ style attributes. At the moment the link defaults to a blue link whereas I want it to conform to the other footer link styles.

Thanks in advance


Here is my public share link: LINK
(how to access public share link)

Hard to help without a share link, but I think you will have to change the default color of your links.

Add a link element, select the class “All links” and set the color to white.

If you don’t want to change the default color of your links, you can try the following code in your site footer :

<style>
.typeform-share-link
{color:white;}
</style>

Hope this helps,

Best

That did it - thanks for sharing.
Much appreciated.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.