Hi,
I cannot find a way to change the icon indicated in picture. Can you let me know how can I replace with an icon that represent "Contact Us"? Thanks
kandbs Hi
This section belongs to module JA ACM in section-9 position, you can find its declaration in this file: /templates/ja_alpha/acm/cta/tmpl/style-2.php
section-9
/templates/ja_alpha/acm/cta/tmpl/style-2.php
Look for the line 47:
<span class="fas fa-download"></span>
and change the class for the FontAwesome icon you wish: https://fontawesome.com/v5/search
Thank you, it works
Just to be sure. When I will update in the future the template, my changes will remain stable? thanks
You can override this JA ACM module by copying this folder:
/templates/ja_alpha/acm/cta/
paste into:
/templates/ja_alpha/local/acm/cta/
Create this 'local' folder if it doesn't exist now.
Great thanks it works