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

Question

Question

Font size on table - final form

asked on June 9, 2020

I'm trying to increase the font size on our final form that is produced at the end of a process. This is the only section on the form that appears in very small font size, maybe because it is associated with a table. I've tried several CSS codes but nothing is working.

LF Image 1.PNG
LF Image 2.PNG
LF Image 3.PNG
LF Image 1.PNG (2.75 KB)
LF Image 3.PNG (26.5 KB)
0 0

Replies

replied on June 9, 2020

Did you apply the class tblCharges to the table? Your CSS worked fine for me.

.tblCharges table.cf-table .cf-col-label {
  font-size: 30px;
}

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

Sign in to reply to this post.