How to unlink multiple buttons

Topic summary

A user working with the Tinker preset theme is encountering two main issues with collection buttons:

Problems identified:

  • Cannot find where to upload/change images for individual collection buttons
  • Typing a name in one button changes all buttons simultaneously, preventing unique names and links for each collection

The user has provided screenshots showing the theme customization interface and the button configuration panel.

Suggested solution:

  • Edit each block individually rather than at the section level
  • Modify the code to use block.settings.image for individual images
  • Implement a collection picker for each block
  • Replace section title with block.settings.title to allow unique button names

This appears to be a theme configuration issue where settings are currently applied globally rather than per-block, requiring code-level adjustments to enable individual customization.

Summarized with AI on October 28. AI used: claude-sonnet-4-5-20250929.

I’m using the tinker preset theme. and I want each of these collections to display a different image and a different collection.

how can I change the images? because I’m not seeing any upload image link?

also when I’m typing a name into one button it’s change all the buttons at once? how can I make it so each button can have a different name with a different link?

Hi,

Hope this will work

  • Edit each block individually
  • In code use block.settings.image
  • Use collection picker in each block
  • Use block.settings.title instead of section title