Topic summary
Goal: change the “Join Our Community” button text added by the Shopify Collabs app.
What’s been tried:
- App settings: Suggested to change text via Collabs app settings, but the option isn’t available for the user.
- Code approach: Proposed jQuery snippet to replace the button text (using a contains selector). A JSFiddle was shared as an example. The user asked where to place this code.
Context:
- Store uses a custom “Parallax” theme by Out of the Sandbox (older Liquid-based). The user searched .liquid files but couldn’t locate the button text.
Next steps / actions:
- A request was made for the site URL to inspect and provide an exact solution. The URL (baliinabottle.com) was provided.
Open questions / status:
- Exact file or location to edit (theme template vs. app-injected code) remains unclear.
- Whether a theme script (e.g., theme.js) or a specific Liquid section/snippet should host the jQuery is not yet determined.
- Discussion is ongoing; awaiting inspection-based guidance.