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?
label {
text-align:right;
position:absolute;
font-size: 14px;
}
label {
text-align:right;
position:absolute;
font-size: 14px;
}
<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>
input {
font-size: 20px;
}
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.
<font size="50">Was machst du heute?</font>
Users browsing this forum: No registered users and 13 guests