Forums

How to change the styling of a single text box

cirymarr 09 Nov, 2017
Hi

How can I change the styling of only 1 text box on my form (CF5) ? I would like to change the font size, font color and background color of only 1 text box.

Many thanks in advance - my form is http://leinstergas.asistec.ie/quote
GreyHead 15 Nov, 2017
Hi cirymarr,

Each input has a unique id that you can use to apply CSS just to that element e.g.
#newCylinder {
  border: 1px solid blue;
}

Bob
This topic is locked and no more replies can be posted.