Hi there,
Because this requires a template change, I’d advise that you setup a child theme. This allows you to make code changes that won’t be overwritten when an X update is released. After your child theme is setup, please review how we recommend making template changes in <a
href=”https://community.theme.co/kb/customization-best-practices/”>Customization Best Practices.
Copy wp-footer.php from framework/views/STACK and put it in the same path inside child theme, add custom text <span>Join our community</span> just before this line of code :
<?php x_social_global(); ?>
Hope it helps.