Change Button Colors on Repeat Group

In this guide, we will explain how to change the Repeat Group field button colors.

  1. Please add a Repeat Group on the form with the necessary fields.
image
  1. Please add an HTML field and input the below CSS code:
<style>

.formyoula-Repeat .add {
  color: white;
  background-color: blue;
  border-color: blue;
}

.formyoula-Repeat .delete {
  color: white;
  background-color: orange;
  border-color: orange;
}

</style>
image
  1. Please save the form changes. Now the Repeat Group button colors will be set as per your choice.
image

For any questions, please contact us - [email protected] or the Formyoula in-app chat 🙂