Hi rikaryo
You can backup and open the file: /templates/ja_alpha/acm/features-intro/tmpl/style-2.php
Remove / comment this line of code (line 57):
<span class="fas fa-arrow-right"></span>
and add this:
<?php echo JText::_('ACM_READ_MORE'); ?>
Of course, you will have to customize style for that text then, here is the default style of the arrow icon:
.acm-features.style-2 .features-item .action {
border-radius: 50%;
display: inline-block;
line-height: 48px;
text-align: center;
margin-top: 36px;
height: 48px;
width: 48px;
-webkit-transition: 500ms all;
-o-transition: 500ms all;
transition: 500ms all;
}
You can override it as you wish.