Hi. No need customize addon php code. Very simple CSS code solves the problem. Switch to percent mode and use the following code.
.sppb-progress-label {
float: left;
margin: 0 10px 0 0;
}
.sppb-progress-label span {
display: none;
}
So that it worked insulated and did not affect the "progress bar" elsewhere on the site, add your class to the section and use the code in this form.
.yuor-section-class .sppb-progress-label {
float: left;
margin: 0 10px 0 0;
}
.yuor-section-class .sppb-progress-label span {
display: none;
}