I’m trying to create on page (directing further down the same page) anchors using a button widget “Learn More” which then takes users to boxes with options to services to select.
I can’t figure out how to put the correct href ID into the button to have it direct to the section ID on page
is what I’m using and then on page anchor id is
Can you let me know how to set this up using the button widget rather than CSS/HTML work-around?
Hi Holly
You can place your anchors within the Attributes section of a widget, column, or row in Page Builder. Open the Attributes section on the right and enter your ID without a hash:
exampleid
Within the Button Widget, insert your ID to the URL via the URL field:
#exampleid
Or, if you’re linking from another page:
http://exampleurl.com/page-id/#exampleid
Great thanks for you help!
You’re most welcome. All the best.