Hi Kathleen,
You can find form-control class in input.scss file. There you can add the following styles
//
.form-control{
border-bottom:1px solid #555;
border-top: none;
border-right:none;
border-left:none;
}
Hi Kathleen,
You will have to play with same custom CSS Selectors in mendix Styles to archive what you want!
Check out this learning paths
https://academy.mendix.com/link/modules/480/lectures/3857/3.2-What-are-Selectors
https://academy.mendix.com/link/modules/473/lectures/3809/-2.5.1-Update-the-Border
I.e.: