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

Question

Question

hide collection header

asked on September 3

Is there a way to hide a collection header in the new forms designer?

0 0

Answer

SELECTED ANSWER
replied on September 3

You can use CSS

.fl-collection .section-title {
    display: none;
}

 

0 0
replied on September 3

That works too.  Thanks.

0 0

Replies

replied on September 3

.collectionHeader .section-title {
  display: none !important;
}

Add the CSS class "collectionHeader" to your field to apply this code.

0 0
replied on September 3

That worked.  Thank you.

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

Sign in to reply to this post.