how can you change the font size in the checkbox component in the UI?
Navigate to UI-Builder → THEME → EDITOR and specify the following:
.bl-checkbox-label {
font-size: 20px;
}
This way, we are editing the style of the specific selected theme.
To apply the changes to all themes, go to the EXTENSIONS tab, add a new extension, and edit it.
Regards,
Viktor
1 Like