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

Question

Question

Table Input Font

asked on April 4, 2016

What controls the look of the font in a table? 

0 0

Replies

replied on April 4, 2016

Chynna,

Are you referring to the column labels, the row labels, or something else?

0 0
replied on April 4, 2016

Hey John,

I'm referring to the actual info that is entered into fields within the table. 

0 0
replied on April 4, 2016

It looks like it is a standard font used across the form. It should be controlled from inside your theme via the Field -> Body Text option:

0 0
replied on April 4, 2016

John,

I also thought it would be controlled here. However, it's not. I changed the text to red but yet it has taken on the same characteristics as the the table headers. The Social Security field is part of a table.

0 0
replied on April 4, 2016

It may not be able to be done through the theme but you could use some custom CSS like so:

input {
  color: #ff1493;
}

 

0 0
replied on April 4, 2016

Thanks John, I was wondering if I missed something. 

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

Sign in to reply to this post.