04/15/2014 at 10:43 am
#288659
Keymaster
@ Regine
I think this is as close as it wil get due to the static positioned header…
You need to edit the card.php file cMap found here:
../wp-content/plugins/connections-cmap/
Look for this line:
<span class="cn-return-to-top"><?php cnTemplatePart::returnToTop() ?></span>
Change it to this:
<span class="cn-return-to-top"><?php cnTemplatePart::returnToTop( array( 'href' => '#main-content' ) ) ?></span>
Part of the header image will still be partially obstructed by the static header but that is the closest top that I can hook into the theme for the link.
Hope that helps!
