Closed mist-webit closed 5 years ago
I don't know if section zero is not visible by design. If not, styles.css line 60 could be:
.course-content ul.buttons li.section.main:not(#section-0){
Which should leave section zero visible. NOT tested though, just a quick solution.
You are right! Fixed!
I don't know if section zero is not visible by design. If not, styles.css line 60 could be:
.course-content ul.buttons li.section.main:not(#section-0){
Which should leave section zero visible. NOT tested though, just a quick solution.