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.

Answered
ChronoForms v6
ms msreyes 20 Sep, 2021
All I want to do is remove the grey border around CERTAIN text boxes.... how do I accomplish this?
Gr 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
Post a Reply