Home Forums Basel support forum REDONDEAR BOTONES Reply To: REDONDEAR BOTONES

#403086

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

body input[type='email'], 
body input[type='search'], 
body input[type='number'], 
body input[type='url'], 
body input[type='tel'], 
body input[type='text'], 
body input[type="date"], 
body input[type="password"]{
border-radius:20px;
}
body .register .button, 
body .login .button, 
body .lost_reset_password .button {
border-radius:20px;
}
body .social-login-btn>a {
border-radius:20px;
}

Best Regards