Archived topic
How to connect button with a block?
3 replies · Started by Juned on January 19, 2021
Hi,
When I click at the Lean More button, it doesn't redirect to any where (shows '#' then blank at editor [where we paste the urls)]. Please guide to how to connect the button/block with another block at same page or with another block at other page of the same website.
Hi there,
first select the Container Block that you want the button to link to. In Advanced > HTML Anchor give it a name. You can name it whatever eg. section-1
Then select the Button, and change its URL to #section-1
Whilst you're editing the button go to Advanced > Additional CSS CLass(es) and add: smooth-scroll
Then in Customizer > General enable the Smooth Scroll option.
Thank you again. Its working perfectly.
Glad to hear that