This is a complicated task due to different layout & style in different templates. If you also have JA Fixel installed, please check the header block: /templates/ja_fixel/tpls/blocks/header.php and you will see this code snippet:
<?php if ($this->checkSpotlight('spotlight-1', 'position-1, position-2, position-3, position-4')) : ?>
<a href="#fixel-top-panel" id="fixel-top-pannel-link" class="top-pannel-link t3-hide" aria-hidden="true">
<i class="icon-chevron-down"></i>
</a>
<?php endif ?>
Then you should use tool like Firebug and see how we style such in JA Fixel template, then apply into JA Magz template.