Specifically for type styles. I see that colors and things like buttons are working properly but I can't get any type classes to sync across pages
What's the best way to get that link?
Got something for you on that one! https://www.relume.io/resources/faqs/how-to-share-your-figma-webflow-projects-for-effective-support
Thanks. I just DM'd you the link.
You can see that I was able to get the type styling to go across the site, but it wasn't from editing the styleguide page.
ah okay I see whats going on here. So for text color you'll want to apply text color to the parent of the text - as high up in the stack as possible - ideally the section
looks like the reason this is not working as expected is because of this combo class styling - would avoid editing any of the utility classes like padding-global page-wrapper main-wrapper container- etc.
Oh got it. Is that on the styleguide page that is causing that override?
naw this was just a random section on your homepage - I think maybe the hero/header
there is custom CSS inside of global styles that is making text color inherit their parent - this is done intentionally for several reasons - its best practice, but also necessary for style guide builder.
Okay makes sense. So if I just reset that class it should remedy the issue?
possibly - there could be more like that

