Hello,

I want to hide the attribute label I tried in css

Code:
.wrapperAttribsOptions label {
   display:none
   }
But this hides all labels, and I want to just hide 1 label thats in front of text box.

Thanks
DigitalGuard