• Resolved rotertal

    (@rotertal)


    Hello to the beste WP-Plugin! .-)

    Looooong time ago someone else was asking that but I can’t find it anymore … How can I change the color of that submit animation (grey circle). Maybe is it possible to use another style (e.g. progress bar)?

    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author CodePeople2

    (@codepeople2)

    Hello @rotertal

    Yes, this is absolutely possible and quite simple to achieve. You only need to define your own custom styles for the “.cff-processing-form” and “.cff-processing-form::before” selectors.

    For example, you can add your custom styling by entering the CSS code below in the “Customize Form Design” field, located under Form Settings → Advanced Settings:

    .cff-processing-form::before {
    border-color: red !important;
    }

    You can use your preferred color code, or simply use your own animations.

    Best regards.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.