BAZ Moodle Theme
Get BAZ ThemeSupport
  • BAZ Premium Moodle Theme
  • Requirements
  • Changelog
  • Getting started
    • Theme Installation/Update
    • Demo content
    • RTL Layout
    • Custom Enrollment Page
    • Custom E-Mail Template
  • 🤩Global Styles
    • Typography
    • UI Elements
    • Headings/Text Modifications
  • Theme Settings
    • General
    • SEO
    • Customization
      • Google Fonts
      • Colors
    • Login page
    • Front Page Blocks
      • Block #1
      • Block #2
      • Block #3
      • Block #4
      • Block #5
      • Block #6
      • Block #7
      • Block #8
      • Block #9
      • Block #10
      • Block #11
      • Block #12
      • Block #13
      • todo Block #14
      • Block #15
      • Block #16
      • Block #17
      • todo Block #18
      • Block #19
      • How to add more item to blocks?
    • Top Bar
      • User Menu - Custom Icons
    • Dashboard
    • Course Page
    • Footer
    • Custom Fonts
  • More
    • 🕶️Show/hide for non-logged in users
    • 🌑Show/hide on the Dark Mode
    • Translations
    • Server recommendations
    • Graphics, Icons etc.
Powered by GitBook
On this page

Was this helpful?

  1. Theme Settings

Footer

You can turn off all default Moodle buttons on the footer like Moodle Doc, Data retention summary, etc.

Data retention summary:

  1. Go to Site administration → Users → Privacy and policies → Privacy settings.

  2. Check the 'Show data retention summary' checkbox again and save the changes.

Mobile App You can simply delete the App download page URL in 'Mobile appearance' in the Site administration.

Moodle Docs Site administration > Appearance > Moodle Docs > Delete the value at Moodle Docs document root field.

Purge cache (visible only for admins)

  1. Site administration > Appearance > Development > Debugging

  2. Debug messages: Developer

Footer Block #1

<p>Sample paragraph lorem ipsum dolar set...</p>
<ol class="px-4 mt-3">
<li>Stanrad list</li>
<li>Lorem ipsum</li>
<li>Dolar set...</li>
</ol>

Footer Block #2 (Code snippet)

<div class="rui-footer-nav row text-sm-center text-md-left my-5">
    <div class="col-sm-12 col-md-6 col-lg my-sm-2 my-md-0">
        <h5 class="rui-footer-nav-title">Company</h5>
        <ul class="rui-footer-nav-items list-unstyled mb-0">
            <li> <a href="#">About Us</a> </li>
            <li> <a href="#">Blog</a><span class="badge-xs badge-success ml-2">New</span> </li>
            <li> <a href="#">FAQ</a> </li>
            <li> <a href="#">Contact</a> </li>
            <li> <a href="#">Help</a> </li>
        </ul>
    </div>
    <div class="col-sm-12 col-md-6 col-lg my-sm-2 my-md-0">
        <h5 class="rui-footer-nav-title">Products</h5>
        <ul class="rui-footer-nav-items list-unstyled mb-0">
            <li> <a href="#">Parents</a> </li>
            <li> <a href="#">Schools</a> </li>
            <li> <a href="#">Partners</a> </li>
        </ul>
    </div>
    <div class="col-sm-12 col-md-6 col-lg my-sm-2 my-md-0">
        <h5 class="rui-footer-nav-title">Legal</h5>
        <ul class="rui-footer-nav-items list-unstyled mb-0">
            <li> <a href="#">Privacy Policy</a> </li>
            <li> <a href="#">Terms of Service</a> </li>
        </ul>
    </div>
    <div class="col-sm-12 col-md-6 col-lg my-sm-2 my-md-0">
        <h5 class="rui-footer-nav-title">Office</h5>
        <ul class="rui-footer-nav-items list-unstyled mb-0">
            <li>
                <p> Victoria Garden City, Lagos </p>
            </li>
            <li> 1234 Fruitvale Avenue, Oakland, Califonia, USA. </li>
        </ul>
    </div>
</div>

Footer Block #3 (Custom HTML)

<div class="small">Get this theme exclusively on the ThemeForest: More premium moodle themes: <a href="https://rosea.io">rosea.io</a></div>

Footer Copy

<div class="small">
    <p><strong>Copyright © 2020 baz Moodle Theme. All right reserved.</strong></p>BAZ premium moodle theme by RoseaThemes.
</div>
PreviousCourse PageNextCustom Fonts

Last updated 2 years ago

Was this helpful?