msreyes 20 Sep, 2021 All I want to do is remove the grey border around CERTAIN text boxes.... how do I accomplish this?
GreyHead 21 Sep, 2021 Answer Hi msreyes,Each text box has a unique ID, you can use these with Custom CSS to change their border color. See here for examples of the CSS code.Bob