I have set a different color for the incomplete profile areas. Users can not distinguish the two things well.
PHP Code:
}
.progress_step_undone {
color:red;
}
.progress_step_label_done {
text-decoration:line-through;
color:green;
}
.progress_step_label_undone {
color:{vb:stylevar body_link_color};
}
.profilefields .label {
font-weight: bold;
font-size: 12px;
}
.profilefields {
margin: 30px auto auto;
width: 260px;
}
.progress_checked{
color:{vb:stylevar body_link_color};
}
.progress_unchecked{
color:red;
}