Customer Service
CUSTOMER SERVICE
Module position: footer-2
Module class suffix: Not used

If you want to display your Footer information 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="footer-block footer-2">
<ul class="nav nav-stacked">
<li><a href="#">Demo <span>New</span></a></li>
<li><a href="index.php/docs">Documentation</a></li>
<li><a href="#">Services</a></li>
<li><a href="index.php/support">Support</a></li>
<li><a href="index.php/contact-us">Contact us</a></li>
</ul>
</div>
Last updated