Reply 207326 to: header

Avatar: Rose Tyler
Rose Tyler
Support staff
January 21, 2019 at 14:36

Change this code

.form-medical input[type="text"], .form-medical input[type="email"] {
    background: transparent;
    border: 1px solid #98d5e7;
    width: 100%;
}

in Custom css for page area
to

.form-medical input[type="text"], 
.form-medical input[type="email"],
.form-medical input[type="tel"] {
    background: transparent !important;
    border: 1px solid #98d5e7;
    width: 100%;
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.