Removing the text “course content”?
For better ergonomics and a cleaner appearance, what do you think about removing the text “course content”? Especially since, unless someone has no brain, I assume everyone can understand what they’re looking at.
D@vid course content is too bland, what if you change the text to "Training Program" or "Curriculum"?
Artur Abakarov
I avoid using the words “course” and “training” as much as possible. They sound too academic or school-like and don’t value the learner. Moreover, people know exactly why they’re on the platform. There’s no need to remind them they’re looking at course content when they deliberately clicked to access it. ;)
Can you not just hide it with CSS?
Jonathan Gwyer yes
😍
D@vid CSS?)
.course_contents_header {
display: none;````}