Course element : Course Heading
From MoodleDocs
The Course Heading is a simple element that provides standard layout and styling for whole course main caption.

Settings form

Default Template
<%%imageL%%> <%%imageR%%>|
<%if %%showcategory%% %> <%%category%%> <%endif %>
<%%moduletype%%>
<%if %%showshortname%% %>(<%%shortname%%>)<%endif %>
<%%courseheading%%> <%if %%showidnumber%% %>(<%%idnumber%%>)<%endif %>
<%if %%showdescription%% %><%%coursedesc%%> <%endif %>
|
CSS Element list
.custombox-courseheading(TABLE) : Overal container
.custombox-heading.courseheading (DIV) : Course Caption container
.custombox-idnumber.courseheading (DIV) : ID Number container
.custombox-category.courseheading (DIV) : Category Name container
.custombox-description.courseheading (TD) : Course Description (summary) container