Community forum for knowledge and support

Updated 12 months ago

Targeting Hubspot Form Links in Webflow Global Styles

At a glance

Hey guys, i have a question regarding this in global styles:

.w-input, .w-select, a {
color: inherit;
}

I am trying to target the a class for Hubspot form links but it seems to be taking it from the Webflow global styles, no matter what i try i can't individually target the Hubspot form link.

Any ideas? TIA

M
1 comment

you can comment this out if you'd like - its mostly for speed of styling links but in some cases, like yours, can interfere with things.

/*
.w-input, .w-select, a {
color: inherit;
}
*/

Add a reply
Sign up and join the conversation on Slack