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

Question

Question

Change Color and or Background of Table Name

asked on August 12, 2015

Hello, 

Is there a way to change the color and or background of the Table Name (Field Label)? 

 

 

Capture.JPG
Capture.JPG (33.35 KB)
1 0

Answer

APPROVED ANSWER
replied on August 12, 2015

If you want to target a specific table, i.e. #q4, then you can use this CSS

#q4 .cf-section-header {color: white; background-color: red;}

4 0

Replies

replied on August 12, 2015

In the field label you can change it to <font color="whatever color">Scope</font> to change the font color. The field background would need to be changed using CSS.

1 0
replied on August 12, 2015

You can accomplish this by inserting custom CSS to format the field label.

The first line changes the text color and the second the background color


#q4 label {color: Lime;}
#q4 label {background-color: Blue;}

 

0 0
replied on August 12, 2015 Show version history

For some reason this doesn't seem to affect the table name field. 

0 0
replied on January 28, 2016

I am curious if there is a way to change the Font size of the table name/header. I have tried a few things in CSS but it never changes the table.  You can change the labels and field name size but I have not found a way to change the size of the actual table.

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

Sign in to reply to this post.