hide label of specific element in repeat group

vinia

Member
Hi.

Trying to hide the label of a specific element in a repeat group in my form. Added this line in custom_css for the form view but didn't work:
li.fabrikRepeatGroup___full-element-name .fabrikLabel {display:none:}

Thanks,

Vinia
 
Try without the li.

.fabrikRepeatGroup___fab_another_repeat_test_72_repeat___state .fabrikLabel {
display: none;
}

... works as an example from one of my forms. Not sure which template you are using, but those should be in divs, not ul/li.

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top