You are viewing limited content. For full access, please sign in.

Question

Question

Customising Font style Within the 'Address' feature in my Form

asked on November 19, 2015

Within many of my forms I will require individuals to provide an address.

 

However, within my form (see attached photo below) the text detailing which line equates to detail of the address being given, the font is white. Having white font on a form with a white background is not the desired look. Once someone clicks on the 'Address' section to complete it is highlighted in grey and the white font appears; however this is not my desired look.

 

My question is how do I change the font colour to a darker colour (preferably black or dark grey) so it will show up whilst reading the form ?

 

Any help on the above would be greatly appreicated.

 

Christian

Address Font Change..JPG
1 0

Answer

SELECTED ANSWER
replied on November 19, 2015 Show version history

I was able to target the text by using the following in the CSS section of the form.

#yourfield .cf-helptext {color: black;} 

.cf-helptext is the css tag you are looking for.

2 0
replied on November 19, 2015

The easiest way to figure out what you are trying to target, that I have found, is to preview the form then right click and choose "Inspect Element". You can then drill down in the forms code to find the specific element you are trying to target.

0 0
replied on November 19, 2015

Hi Darrell,

 

The code you provided work perfectly!

 

Thanks for your help!

 

Christian

0 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.