Can someone assist me with some code that I can add to my style sheet etc for a ready class that I can input in Gravity Forms to hide the field's label?
Can someone assist me with some code that I can add to my style sheet etc for a ready class that I can input in Gravity Forms to hide the field's label?
Can you link to your form and tell me which label you are looking at hiding? From there I can give you code that will work with your theme, and you can use it or expand upon it as you need. But basically, doing a view source, finding the right class, and using display: none; should hide nearly any specific thing you want.