Hey I'm having some trouble with the styleguide in webflow. I've made updates to the styleguide exactly how the docs and videos have outlined but when I import my wireframes none of them are inheriting the styles.
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
Got something for you on that one!
https://www.relume.io/resources/faqs/how-to-share-your-figma-webflow-projects-for-effective-support
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.
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.
I guess changing text colors at the section level - if the colors of text aren't changing then there is an override somewhere
but this is how it should be - so similar to the headings - you'll want to style "all pages"
so clear the class, then put your cursor into the style selector field, and you'll see this pink label