Hi I have this problem - cannot edit the class - I get the message - The value is overridden by more specific selector, any ideas why?
Here is my site Read-Only: **Webflow - Callstack Website
Hi I have this problem - cannot edit the class - I get the message - The value is overridden by more specific selector, any ideas why?
Here is my site Read-Only: **Webflow - Callstack Website
It means two of your combo classes are competing for the same properties.
In your case, .header-large 2
and .margin-bottom-48
have different styles for your typography properties. I would clear all styling on .margin-bottom-48
except for the 48px bottom margin so that it inherits the styling from the parent class without conflict.
Hmm thank you, how can I clear all styling in .margin-bottom-48? Also I can modify this on different viewport, simply cannot do that on the base breakpoint
Also the properties are different
Not sure if that’s what you mean… I selected just this class .margin-bottom-48 and pressed Option key to clear the styling in Typography panel but it didn’t help, could you maybe record a screen to show me what exactly should I do?
Yes, sorry I should have clarified what that means. Take a look at the video below. It seems like .header-large 2 is causing problems. It may be because it’s being used in a different combo.
Just a helpful note about the color identifiers on the properties (you may already know this):
Thank you - that helped!
Cool! Make sure to mark this as solved!
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.