Community forum for knowledge and support

Updated last year

Targeting Hubspot Form Links in Webflow Global Styles

At a glance

The community member has a question about targeting the a class for Hubspot form links in their global styles, specifically the .w-input, .w-select, a { color: inherit; } rule. They are unable to individually target the Hubspot form link despite their attempts. In the comments, another community member suggests commenting out the global styles rule, as it is mostly for speed of styling links but can interfere in some cases like the one described.

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