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

Question

Question

table row font color

asked on October 22, 2018

I can't find this in the search anywhere.  I have a custom theme where all font is blue and everything is find except the font color of my table rows is still grey.

0 0

Answer

SELECTED ANSWER
replied on October 22, 2018

Try this in your CSS code:

table.cf-table, table.cf-table .cf-col-label, label.cf-label {color: blue;}

Note that you might want to test the form when its saved - it may or may not save with blue font.

1 0

Replies

replied on October 22, 2018

.cf-table {color: #0d1453;} worked perfect.  I tried all kinds of stuff! Thank you!

0 0
replied on October 22, 2018

You are very welcome! If you find that it doesn't save with color let me know and I will send you some Javascript css editing instead :)

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

Sign in to reply to this post.