How to integrate the all-in-one rewards module with transformer theme and the panda theme

Take the following steps to make the links of all-in-one rewards module on my account page be visually compatible with transformer theme v4 and panda theme v2. 1. Modify the /modules/allinone_rewards/views/templates/hook/presta-1.7/customer-account.tpl file: Change 1<a class="col-lg-4 col-md-6 col-sm-6 col-xs-12" id="rewards-link" href="{url entity='module' name='allinone_rewards' controller='rewards'}"><span class="link-item"><i class="material-icons"></i>{l s='My rewards account' mod='allinone_rewards'}</span></a> To 12345<div class="list-group-item"> <a class="rewards-link" id="rewards-link"…