All I want to do is remove the grey border around CERTAIN text boxes.... how do I accomplish this?
This topic is locked and no more replies can be posted.
The border is applied by default CSS styling to form elements.
Identify the unique ID of each target text box and use custom CSS to set the border-color property for those IDs.