Hello everyone,
I have no idea why the weight of my filters doesn’t change when the button is active. This is the only parameter that doesn’t work.
Someone to help me please? :)
Here is my public share link: (Webflow - Graine's Superb Site)
The live website : Graine & Cie - Nos actualités : événements, nouveautés et bien-être
Hello @Camille_Di_Vincenzo1
Looks like your styles have been overwritten.
You can add custom code in embed or page settings:
.is-active .checkbox-label { font-weight: 600;}
or you can reset weight in Checkbox Label
It seems that the w-form-label has overwritten all my label styles…
Your solution doesn’t work unfortunately :(
Update : I have add this part of the code on the head of my project settings
.w-form-label {
cursor: pointer;
margin-bottom: 0;
font-weight: inherit;
display: inline-block;
}
and it works :)
1 Like