In this guide, we will explain how to change the Repeat Group field button colors.
- Please add a Repeat Group on the form with the necessary fields.
- 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>
- Please save the form changes. Now the Repeat Group button colors will be set as per your choice.
For any questions, please contact us - [email protected] or the Formyoula in-app chat 🙂