The setting is there, but font size does not change on the page.
Hello @Michiel_Prins
I created an internal ticket (BKNDLSS-24796). Its status will be reported to you additionally in this topic.
thanks!
@Michiel_Prins ,You could use a temporary solution.
Add custom CSS to your project:
- Apply style to all radios
.bl-radio-button-label {
font-size:100px;
}
- Apply styles only for needed radios with class test
.test {
.bl-radio-button-label {
font-size:200px;
}
}
Here a guide how to use custom CSS - link
Thanks for reporting the issue!
Hello @Michiel_Prins
We’ve just updated cloud servers with a fix for the issue you described above. Could you kindly let us know whether fix works for you well?
Regards,
Inna