Relume Community Icon
Relume Community
  • 馃彔Home
  • 馃搮Events

  • 馃數Announcements
  • 馃數General
  • 馃數Getting Started
  • 馃數Issues
  • 馃數Showcase

Powered by Tightknit
Issues
Issues

Troubleshooting Webflow Styleguide Issues with Wireframes

Avatar of Tyler A.Tyler A.
路

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.

29 comments

  • Avatar of Tyler A.
    Tyler A.
    路

    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

  • Avatar of Matt J.
    Matt J.
    路

    Tyler A. would you mind sharing a read-only link?

  • Avatar of Tyler A.
    Tyler A.
    路

    What's the best way to get that link?

  • Avatar of Matt J.
    Matt J.
    路

    Got something for you on that one! https://www.relume.io/resources/faqs/how-to-share-your-figma-webflow-projects-for-effective-support

  • Avatar of Tyler A.
    Tyler A.
    路

    Thanks. I just DM'd you the link.

  • Avatar of Tyler A.
    Tyler A.
    路

    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.

  • Avatar of Matt J.
    Matt J.
    路

    Tyler A. okay how did you update the typography then?

  • Avatar of Matt J.
    Matt J.
    路

    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

  • Avatar of Matt J.
    Matt J.
    路

    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.

  • Avatar of Matt J.
    Matt J.
    路
  • Avatar of Tyler A.
    Tyler A.
    路

    Oh got it. Is that on the styleguide page that is causing that override?

  • Avatar of Matt J.
    Matt J.
    路

    naw this was just a random section on your homepage - I think maybe the hero/header

  • Avatar of Matt J.
    Matt J.
    路

    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.

  • Avatar of Tyler A.
    Tyler A.
    路

    Okay makes sense. So if I just reset that class it should remedy the issue?

  • Avatar of Matt J.
    Matt J.
    路

    possibly - there could be more like that

  • Avatar of Tyler A.
    Tyler A.
    路

    Is best course of action to start over? Or is there a decent troubleshooting method for it?

  • Avatar of Matt J.
    Matt J.
    路

    shouldn't need to start over no

  • Avatar of Matt J.
    Matt J.
    路

    I guess changing text colors at the section level - if the colors of text aren't changing then there is an override somewhere

  • Avatar of Tyler A.
    Tyler A.
    路

    Text color was less of an issue and more the actual font

  • Avatar of Matt J.
    Matt J.
    路

    the font seems to be changing just fine to me

  • Avatar of Matt J.
    Matt J.
    路

    I guess it depends on where you are trying to change it?

  • Avatar of Matt J.
    Matt J.
    路

    and where you want the font to be applied to?

  • Avatar of Matt J.
    Matt J.
    路

    OH

  • Avatar of Matt J.
    Matt J.
    路

    actually

  • Avatar of Matt J.
    Matt J.
    路

    first screenshot is what you have now

  • Avatar of Matt J.
    Matt J.
    路

    but this is how it should be - so similar to the headings - you'll want to style "all pages"

  • Avatar of Matt J.
    Matt J.
    路

    so clear the class, then put your cursor into the style selector field, and you'll see this pink label

  • Avatar of Matt J.
    Matt J.
    路
  • Avatar of Tyler A.
    Tyler A.
    路

    Perfect. That's exactly what it was. Thank yoU!