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

Question

Question

change section color

asked on July 4, 2017

I have one section on my form that needs the font to be a different color (red) than the other sections.  How do I accomplish this?  It is just the section title that needs to be different to draw attention.

I have seen the posts to change color for particular fields, but I was not able to reproduce the results with the section title.

0 0

Answer

SELECTED ANSWER
replied on July 4, 2017

You need custom CSS to change color of a single section, like this (add CSS class colored on the section):

.colored .cf-section-header {color: red}

 

0 1

Replies

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

Sign in to reply to this post.