Yes, you can link buttons to specific CMS Collection Pages in Webflow. The method depends on whether the buttons are inside a Collection List or outside of it.
- Add a Collection List to the page and connect it to your CMS collection.
- Inside the Collection Item, add a Button.
- Select the button and go to the Element Settings (⚙️ panel).
- Click the Link setting, then choose Current CMS Collection Page.
- This will dynamically link each button to its corresponding CMS item’s page.
If the buttons are manually placed and not generated dynamically:
- Find the Collection Page URL of each CMS item (e.g.,
/products/product-1
). - Manually set each button’s link URL to the corresponding CMS page.
- If the URL structure follows a consistent pattern, you can automate this using CMS fields in a Collection List instead.
Summary
If the buttons are in a Collection List, set them to Current CMS Collection Page. If they are outside, manually link them using static URLs. Let me know if you need more details!