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

Question

Question

Set the height for cf-section-header for Laserfiche Forms

asked on December 4, 2014

How do I change it?  It currently loads at 30px and looking to set it to 15px.  What's the syntax?
 

0 0

Answer

SELECTED ANSWER
replied on December 4, 2014

You can add a class name such as "section" in the Advanced tab for the section that you want to customized, then use following css to change the style:

.section .cf-section-header h1{font-size:15px;line-height:10px;min-height:10px;}

 

0 0

Replies

replied on December 4, 2014

You probably need to change a few properties to make this work. The height of that element is determined by it's contents, which is the h1 header text. This works for me:

.cf-section-header h1 {font-size:15px;line-height:15px;min-height:15px;}

 

0 0
replied on December 4, 2014

Is there a way to target specific .cf-section-headers?  Your suggestion worked, but it affected other section headers with expand/collapse buttons.

0 0
SELECTED ANSWER
replied on December 4, 2014

You can add a class name such as "section" in the Advanced tab for the section that you want to customized, then use following css to change the style:

.section .cf-section-header h1{font-size:15px;line-height:10px;min-height:10px;}

 

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

Sign in to reply to this post.