1. Please
search the line code :
.checkoutsteps .step.active svg {
color: #0bbbef;
}
2. Please change the value #0bbbef with your desired color.
Let’s say we
want to change active icon to green :
.checkoutsteps .step.active svg
{
color: #00FF00;
}
And click Save
button.
Preview :