Any idea why I can't adjust the fonts etc for my button elements? It says its being overwritten by a more specific class, which is .button - which is the class it has. I'm confused...
https://preview.webflow.com/preview/btng-studio?utm_medium=preview_link&utm_source=des[β¦]geId=65ca29ef665c8cb78f262916&locale=en-US&workflow=preview
- Thanks for taking a looksie
this took some digging. Basically it looks like you may be retrofitting Relume into an existing site, yeah?
Aside from that, there appears to be a Button
class - take note that the B is capitalized. Now this is kind of silly on Webflow's part - it considers that a new class but CSS doesn't care about capitalization. So this class is conflicting with button
and instead of preventing the situation, its just crossed out (or inherited) those properties from that original class. My advice would be to rename this old button class to something else, if you want to continue using Relume components for this project.
Yeah the original site was (P)relume, badoempsje. Thanks for looking into this Matt. Iβll give it a shot today π
Wow that Button class didnt even show up in my selecter. I had to Style Selector to find it on the left side. Crazy! Thank you so much, really appreciate it.