danielbohn1984
Hello,
The module on our demo site is a custom HTML module. To edit this module in the off-canvas position, I recommend disabling the default editor in Global Configuration first. This will allow you to see the module's content output:
<p>Follow us via bellow social networks.</p>
<ul class="social-list">
<li class="facebook"><a href="#" title="Facebook" aria-label="Facebook"><span class="fab fa-facebook-f" aria-hidden="true"></span></a></li>
<li class="twitter"><a href="#" title="Twitter" aria-label="Twitter"><span class="fab fa-twitter" aria-hidden="true"></span></a></li>
<li class="instagram"><a href="#" title="Instagram" aria-label="Instagram"><span class="fab fa-instagram" aria-hidden="true"></span></a></li>
<li class="google-plus"><a href="#" title="Google plus" aria-label="Google plus"><span class="fab fa-google-plus-g" aria-hidden="true"></span></a></li>
<li class="youtube"><a href="#" title="Youtube" aria-label="Youtube"><span class="fab fa-youtube" aria-hidden="true"></span></a></li>
</ul>
You can manually change the links in the href attribute.