Instructions: Add the code to the "Source" page of the editor and then edit content as needed in the normal view as needed.

Buttons
 

Take Course

<span class="action-link"><a class="submit" href="YOUR_URL_HERE">Take Course</a></span>

 

Return icon

 

<ul class="course-nav-return-menu"><li class="first last" style="list-style-type: none;"><a href="https://learn.unclcn.org" id="course-nav-return-link" style="text-decoration: none;">Return Home</a></li></ul>

 

Drop down menu

 

 +Drop down menu 
  • This is example text.
  • More example text.
  • All the example text!


<details><summary><span style="color:#000000"><strong>+<u> Drop down menu</u>&nbsp</strong></span></summary><p>This is example text.</p>

 

Hiding sections

Removing Bottom Navigation Bar

<style type="text/css">
#region-course-bottom {display:none;}
</style>

Remove Course Progress Menu

<style type="text/css">
.region-course-sidebar {display:none;}
#main-content, #content {width: 100%!important;}
</style>

Page Title

<style type="text/css">
#title-container {display:none;}
</style>