Hello dear friends,
i just have a question, i have this section whit some icons from fontawesome
and this is the markup
<ul class="icons-grid">
<li>
<span class="icon major fa-camera-retro"></span>
<h3>Magna Etiam</h3>
</li>
<li>
<span class="icon major fa-pencil"></span>
<h3>Lorem Ipsum</h3>
</li>
<li>
<span class="icon major fa-code"></span>
<h3>Nulla Tempus</h3>
</li>
<li>
<span class="icon major fa-coffee"></span>
<h3>Sed Feugiat</h3>
</li>
</ul>
Do you have any ideas how i can make that editable whit the Panel?.
Have a great day