Show number of Units and Total duration of units in Course Details

Home Forums Legacy Support Support queries Styling issues Show number of Units and Total duration of units in Course Details

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #13847
    deadelfujiama
    Spectator
    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
    #13940
    Anshuman Sahu
    Keymaster
    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; }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Show number of Units and Total duration of units in Course Details’ is closed to new replies.