All I want to do is remove the grey border around CERTAIN text boxes.... how do I accomplish this?
Custom CSS - Tutorial?
Remove a grey border from specific text boxes.
Overview
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.
