About us

About us

Module position: footer-1

Module class suffix: Not used

If you want to display your footer like this you have to create a custom module and publish the custom module like below

Step-1:

Step-2:

Step-3:

Step-4:

Add the following code in your custom module

<div class="about">
    <p>Lorem Ipsum has been the industry's standard dummy text when an unknown printer took a galley of type.</p>
    <ul>
        <li><em class="fa fa-map-marker"></em> <span>Themeparrot, Cbe, India</span></li>
        <li><em class="fa fa-phone"></em> <span>+91 132456789</span></li>
        <li><em class="fa fa-envelope-o"></em> <span><a href="mailto:support@themeparrot.com">support@themeparrot.com</a></span></li>
    </ul>
</

Last updated