Changing GDRP Privacy Policy Link Color

Following a few posts that seem to solve this issue, but I’m not having any luck. I’m trying to style the links to our Privacy Policy and Terms within the GDPR block.

The form is embedded in a non hubspot site which I suspect to be the issue.

https://www.artbnk.com/demo/

@tjoyce You are my only hope :slightly_smiling_face:

@kcarey

@tjoyce You are my only hope :slightly_smiling_face:” - No pressure there… lol

Ok, here’s the deal… your form is currently being rendered in an iframe. The iframes from HS do not allow you to add any styles to them.

The only real option is to disable the default styles by using the embed code like this

 hbspt.forms.create({
	portalId: "xxxxx",
	formId: "xxxxxxxxx",
 css: ''
});

However, that removes all of your forms styles so you’re left with just a plain form.

That being said, there is a tool that will help you style that plain form here

https://forms.belch.io/

The form styler gives you enough control to get really close to your branding… if you still want to make some more minor tweaks after using the styler… stop back here and i’ll help you polish it up.

Hope this helps!

I tried that before, but was unable to style the links within the form syler. I now see that you can target them afterward!

Thank you!