Is there a way to conceal the text on a button without hiding the entire button? I attempted using color: transparent; but to no avail.
The goal is to hide only the text within the button, while retaining the value attribute. The value should remain in the code, just not visible on the button itself.