Hello,

I just did a fresh install of the JA Rights template. In the "Introducing" module there are social media icons, which are just added by using

<ul class="social-list">
<li> </li>
<li> </li>
</ul>

The icons then appear (so they must be somehow generated by a plugin?), but the URL is empty.
How can I configure these links?

Thank you in advance!

    tscwechselschritt

    I guess you're using editor now when editing that custom HTML module, the default editor often strips out the HTML tags.

    You can go to Global configuration >> and disable the editor first then edit module again

    Here is default content of this module:

    <ul class="social-list">
    	<li><a href="#" title="facebook"><i class="fa fa-facebook"></i></a></li>
    	<li><a href="#" title="instagram"><i class="fa fa-instagram"></i></a></li>
    	<li><a href="#" title="twitter"><i class="fa fa-twitter"></i></a></li>
    </ul>
    Write a Reply...
    You need to Login to view replies.