osbert
Hi,
You can try with this custom CSS code:
#contact-form input#jform_com_fields_phone_number {
background-color: rgba(255, 255, 255, 0.1);
border-color: #3dbaca;
color: #fbfbfb;
}
put into the file: root/templates/ja_company (your default template)/css/custom.css (Create this file if it doesn't exist).
Regards