Is there a way to chan

ge the red border color around input text boxes?
Refer attached image for example
Is there a way to chan

ge the red border color around input text boxes?
Refer attached image for example
Ohad,
Thank you for your response.
No matter what “Opacity and Color” I choose the screen at run-time shows the red border.The border color changes to the selected border color only when I select the input box for data entry. How do I change the default run-time color for the input box when not selected?
Below are images for your reference…

Ok, I did notice that this being caused by below onReady function of the form,
Any idea where I change the default red color ?
$w.onReady(function () {
//TODO: write your page related code here…
$w(“#cboCategory”).value=“”;
$w(“#txtSearch”).value=“”;
});
Perfect , this is exactly what I was looking for.
Thank you so much Ohad.