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

Question

Question

Format Font Face and Size of table row.

asked on November 25, 2015 Show version history

Hi , I was trying to format the rows font, space and size using CSS but got no luck.

I knew we can format the table header using of this command "cf-table-block .cf-section-header h1 {font-size: 14px; font-weight: bold;}" as per the sample posted on the other issue. 

But how will use this command on the fix 4 labels that i have in my forms to make it more professional.

please see the attached image of the table rows that i want to change from the  font sizes and spacing.

 

 

Capture.PNG
Capture.PNG (7.3 KB)
0 0

Replies

replied on November 25, 2015

You can use the CSS .class selectors for the row and column labels. Here's a generic example

.col0, .cf-col-label {
  font-size:x-large;
  font-family: "Times New Roman", Georgia, Serif;
}

col0 is the class for the row labels and cf-col-label is the class for the column labels.

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

Sign in to reply to this post.