Allow numbering of units

Home Forums General [ No Support Zone ] Feature Request Allow numbering of units

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #21115
    stefan_lachmann
    Spectator
    Dear Support-Team, I am often using the same unit for different courses. Hence, I cannot provide a number (like chapter number) to the unit name. Just like adding sections to a curriculum it would be great to also add a chapter number for each unit separately. This would be similar to the example at Udemy (see attachment). It would allow structuring the curriculum in a much better way. If this is already possible, please tell me how. Otherwise, please add to requests for updates. Many thanks in advance and best wishes, Stefan
    #22592
    thexlearner
    Spectator
    Hello, Add this css code the css customizer :
    .course_curriculum{counter-reset: currcounter;} 
    .course_lesson { counter-increment: currcounter;}
    .course_lesson:before{ content:counter(currcounter); float:left; margin-right:10px;margin-left:10px;
    font-weight:800}
    
    Hope this help
    #61984
    bart666
    Spectator
    Hi guys, Re-opening the topic... The thexlearner's solution works but it's not perfect: - Numbers show up a little bit out of chapter's line (above it) - how can I adjust the number horizontally? - There's no individual numbering for sections - how can I add it? Thanks, B  
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Allow numbering of units’ is closed to new replies.