In your stylesheet. A more specific answer will depend on seeing what you have, so as not to break something else.
In your stylesheet. A more specific answer will depend on seeing what you have, so as not to break something else.
so unfortunately i cant define an individual attribute to be hidden? I have to make all attributes of one type, or all attributes period, to be hidden?
well I have class "wrapperAttribsOptions" which surrounds my download checkbox, but i cant make that hidden as it would also hide any future attribute that I want displayed. correct? then there is class "optionName back" which i guess i could make hidden but then any option would be hidden not just download options, again correct?
Those are considerations, yes. That is why I wanted to see your site live, to best address your particular situation.
Each option name will have its own id applied to some part of its input, and this may be useable to hide the one you want. If not, there should be a simple edit to the attributes code to put that id in a place where you can use it.