<em>@karvan 442396 wrote:</em><blockquote>Hi,
and how about if I wish to replace the icon with different ones that I already hold?
Please advise, thanks</blockquote>
Yes you can change the icon
Here is the userguide
Go to section 5
and check the code
this is the code of webdesign
<div class="ja-special-content">
<div class="circle-icon background-1"><i class="fa fa-desktop"></i></div>
<h4><a href="/blog/news-updates/vote-for-sotm-september">Web design</a></h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incid dunt ut labore et dolore magna aliqua.</p>
<a class="btn btn-link" href="/blog/news-updates/vote-for-sotm-september">Read more</a>
</div>
Change the the icon >>> <i class=”fa fa-desktop”></i>
as per your need .
Hope it helps you 🙂