Reply To: css magic based on last question ( i closed it by misstake)

#10034282
Support
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.