Home › Forums › Basel support forum › REDONDEAR BOTONES › Reply To: REDONDEAR BOTONES
September 13, 2022 at 2:03 am
#403086
Elise Noromit
Member
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