veselinovm
Hi
Open file "/acm/features-intro/tmpl/style-1.php" in template "ja_autoshop".
Find this code
<a class="link-btn" href="<?php echo $helper->get('button-link', $i); ?>" title="<?php echo $helper->get('title', $i); ?>"><i class="fa fa-angle-right" aria-hidden="true"></i>
</a>
replace it with
<a class="link-btn" href="<?php echo $helper->get('button-link', $i); ?>" title="<?php echo $helper->get('title', $i); ?>"><i class="fa fa-angle-right" aria-hidden="true"></i> Read More
</a>
save and check.
Regards