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

Question

Question

How to hide other row label on Collection Field?

asked on May 4, 2021

What custom CSS/JS code to hide or remove in the label without hide the first one on the Collection Field?

N20.JPG
N20.JPG (33.84 KB)
0 0

Replies

replied on May 10, 2021 Show version history

The easiest way would be to add the following CSS:

#FieldLabel26\(1\){visibility:visible;}
#FieldBelowHelp26\(1\){display:block;}
[id*="FieldLabel26"]{visibility:hidden;}
[id*="FieldBelowHelp26"]{display:none;}

Please note that you should change 26 to the ID of the collection (without the q), you can find this ID in the following screenshot:

0 0
replied on May 17, 2021

Hey Stephen, thanks man and can this also work on the table field as well??

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

Sign in to reply to this post.