Custom Navigation

Sidebar - Custom Nav

  1. Go to: Site administration → Appearance →Themes → space
  2. Open Sidebar tab
  3. Go to section: Sidebar Custom Navigation
  4. Check: Sidebar Custom Navigation
  5. Add title: Sidebar Custom Navigation Title
  6. Add HTML code: Sidebar Custom Navigation List of Links
  7. Save

Example

<ul>
<li>
  <a href="https://themeforest.net/item/space-Moodle-template/22579922">
    Space Moodle Theme <i class="fas fa-external-link-alt"></i>
  </a>
</li>
<li>
  <a href="http://limonija.com">
    Limonija <i class="fas fa-external-link-alt"></i>
  </a>
</li>
<li>
  <a href="http://rosea.io">
    Rosea Themes <i class="fas fa-external-link-alt"></i>
  </a>
</li>
</ul>