I come from Germany and use the google translator

I think nuBuilder is great.
Can someone tell me how to make the font larger on a form?
Code: Select all
label {
text-align:right;
position:absolute;
font-size: 14px;
}
Code: Select all
label {
text-align:right;
position:absolute;
font-size: 14px;
}
Code: Select all
<style>
label {
text-align: right;
position: absolute;
font-size: 16px
}
#label_formTitle {
font-size: 16px;
color: red;
font-weight:bold;
}
#formTitle {
font-size: 16px;
color: red;
}
</style>
Hello icoso,icoso wrote:Olikun, If you're using firefox you can right click any element (field, label, etc) and choose inspect element (q). In Chrome right-click Inspect. From there you can see the class or id of each element. You can then find that class id in the nubuilder4.css or create a style for it in the setup screen.