August 27, 2020 at 5:43 am
#10034282
Keymaster
Hello Pelle,
So glad to know you are satisfied with Porto!
Regarding input-group-prepend question, you can overwrite the previous CSS rules by adding this new CSS:
.input-group-prepend + :required {
border-right-color: red !important;
border-left-color: #e1e1e1 !important;
}
* The code above will back the left border to default color and add right border color.
* This will be applied only at input-group-prepend fields.
We hope this helps!
Kind Regards,
Rodrigo.