There seems to be a bug with the default Bricks Contact Form :
Even if the switch “Show labels” is not activated, it will still show the checkbox label
Setting a size for the “Typography” will act upon the “Placeholder Typography” instead. If I set 2 different sizes for both of these, only the “Placeholder Typography” is taken in account (and acts on both placeholder AND other typography, such as the checkbox typo.
Yeah, I can confirm this. Even if I don’t have “Show Labels” enabled, the checkbox label will still show.
Here is a workaround you can use for now, but I’ll create an internal bug task for this (EDIT: Or just don’t enter the label)
%root% .label{
display:none;
}
The “Typography” setting will affect the “Value” of the input, but yeah, it will override the placeholder typography, which I kind of think makes sense, no?
Thanks for creating a bug report for this. I don’t think it makes sense that if you have two different typography settings one will override the other. Having granular control is always better. Why would placeholders need to always be the same size than other label texts ?
Ok I think I figured it out. I’ll just use the Typography panel to set typo style for the fields input, and the two other form typo settings to control the rest of typographies (such as the label value text.