Archived topic
Button in Elements that jumps to bottom of page
3 replies · Started by Katharina on October 18, 2019
Hi,
I want my button in my optin below the hero to jump to my optin field on the bottom of my page.
https://paste.pics/70N2L
I's the button that says ZUM ENERGIE BOOSTER
https://paste.pics/70N38
This is the optin field I want the button to jump to
Both sections are done in Elements and should work on all pages where the optin is published
Thanks
Kati
Hi there,
first off edit the HTML for the optin section to include an ID like so:
<div id="custom-optin" class="custom-optin-footer angled-section1 ">
Then in the button A href= you target that ID:
eg. <a href="#custom-optin" .....
Thanks David it works
Glad to be of help