You could just add a quick css fix to your styles.css

ol.steps li.done span {
text-decoration: none !important;
} ol.steps li.previous span {
text-decoration: none !important;
}
...