Skip to main content

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.

Removing the text “course content”? Removing the text “course content”?

Artur Abakarov

D@vid course content is too bland, what if you change the text to "Training Program" or "Curriculum"?

D@vid

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. ;)

J V

D@vid Same here. I had already 'translated' it to just Content, however yes, completely hiding this really is the better option. In this case I believe it is painless, since it is a special course header that wouldn't make other stuff disappear, like I experienced in other places.

Jonathan Gwyer

Can you not just hide it with CSS?

D@vid

D@vid

😍

Artur Abakarov

D@vid CSS?)

D@vid

Artur Abakarov 👍

.course_contents_header {
display: none;````}