Hi, I would like to remove the numbers on the JoomlArt Advanced Custom Module on Home Page. See the screenshot below. How can I do that? Thanks in advance!
Hi glenng
You can open the file: root/templates/ja_alpha/acm/features-intro/tmpl/style-4.php
Remove / comment line 38-41:
<div class="features-num text-primary"> <?php if($i<9) echo '0'.($i+1) ;?> </div>
Thank you so much!