Thread Starter
ickoo
(@ickoo)
@mysterythemes Thank you, it works 🙂
Thread Starter
ickoo
(@ickoo)
If anyone didn`t know how to add classes like me, the CSS code that works is:
.ppom-wrapper .form-control-label {
display:none !important;
}
Thread Starter
ickoo
(@ickoo)
Thank you for your answer.
This work but only for the first part with a dropdown menu.
On the second row, it hides the label and the checkbox too.
I need the checkbox option to be available for selection, only the label to be hidden.