Loms – Moodle Theme Documentation

Footer

Footer

To edit the Footer area go to Site administration->Appearance->Themes->Loms->Footer:

You can use the theme default footer content from here:

Footer Info: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mattis mi suscipit bibendum.

Footer column 1

Column title: Quick Link

Column body:

<ul class="import-link">
    <li><a href="#">Top Categories</a></li>
    <li><a href="#">Top Author</a></li>
    <li><a href="#">Blog</a></li>
    <li><a href="#">Features</a></li>
</ul>

Footer column 2

Column title: Help Center

Column body:

<ul class="import-link">
    <li><a href="#">Support</a></li>
    <li><a href="#">Get Help</a></li>
    <li><a href="#">Privacy Policy</a></li>
    <li><a href="#">Courses</a></li>
</ul>

Footer column 3

Column title: Contact Info

Column body:

<ul class="info">
    <li>
        <img src="../theme/loms/pix/icon/calling.svg" alt="calling">
        <span>Call Us:</span>
        <a href="tel:+(323)750-1234">+(323) 750-1234</a>
    </li>
    <li>
        <img src="../theme/loms/pix/icon/map.svg" alt="map">
        <span>Address:</span>
        +7011 Vermont Ave, Los Angeles, CA 90044
    </li>
    <li>
        <img src="../theme/loms/pix/icon/mail.svg" alt="mail">
        <span>Mail Us:</span>
        <a href="mailto:[email protected]">[email protected]</a>
    </li>
</ul>

Copyright Text: © Loms is Proudly Owned by <a href=”https://envytheme.com/” target=”_blank”>EnvyTheme</a>