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

Question

Question

Customizing a Form, Having Font Issues

asked on February 15, 2017

So I've created a theme with the following information:

As you can see below, some of the body text in the form is behaves like label text instead of body text once saved to Laserfiche:

I'm new to CSS. Can someone tell me how I'd set the highlighted and circled fields above to behave like body text instead of label text?

0 0

Answer

SELECTED ANSWER
replied on February 19, 2017

You could use css like this (replace the font setting with yours):

.normalFont .cf-field {font-family:Arial;font-weight:normal;font-style:normal;text-decoration:none;color:#1e90ff;font-size:14px}

 

2 0

Replies

replied on February 17, 2017

Hi Gloria,

The "Body Text" is not used on filled value: it's used for checkbox/radio button choices like this:

The filled value font is not controlled by theme: it should follow neither body text nor label text.

As for your case, did you have custom CSS on the form?

You could use custom CSS to change the font if you like.

0 0
replied on February 17, 2017

I have created a normalFont CSS and applied it to those fields ... but I don't know what the code would look like for the body text shown above. Any help would be appreciated.

0 0
SELECTED ANSWER
replied on February 19, 2017

You could use css like this (replace the font setting with yours):

.normalFont .cf-field {font-family:Arial;font-weight:normal;font-style:normal;text-decoration:none;color:#1e90ff;font-size:14px}

 

2 0
replied on February 20, 2017 Show version history

Thank you!!!!! Was exactly what I was looking for.

0 0
replied on April 19, 2017

Hi, I've tested the above .normalFont css with Forms 10.2, and it doesn't seem to work. am i doing something wrong? if i select one of the five default Forms fonts, then the font changes just fine. 

0 0
replied on April 20, 2017

I tested font 'Corbel' in Forms 10.2 and it still worked. Since you said it worked with Forms default fonts, can you give some screenshots on the CSS working and not working so we can figure out if there's something wrong?

0 0
replied on April 20, 2017

i understand why it wasn't working for me now. this css is only for checkbox/radio buttons. 

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

Sign in to reply to this post.