Hello,
I followed your instructions here https://wplms.io/support/knowledge-base/show-number-of-units-and-total-duration-of-units-in-course-details/
But now I wish that these details appear below the price.
http://prntscr.com/9e1rps
Also, you can change the icon of "Unlimited Access"?
http://prntscr.com/9e1ser
YOu have to it like this : array_splice($course_details, 1, 0, $extra)
$course_details is the original course details array .
$extra will be you custom elements that you are showing .
And for the icon please refer the css :
.course_details>ul>li>.icon-clock:before{content:'z' !important; }