A user wants to add a hover border effect to add-to-cart buttons in their hero collection section. They note that product detail pages (PDP) already have this behavior but need help replicating it for the main collection.
Proposed Solution:
GemPages support team provided step-by-step instructions:
Navigate to Online Store → Theme → Edit code
Open the theme.liquid file
Insert custom CSS/markup code before the closing </body> tag
The response included a screenshot reference and code snippet (text appears reversed/encoded in the original post).
Follow-up Question:
Another user (Ced74) asked how to apply the same effect to “buy now” buttons, indicating broader interest in this customization technique.
The discussion remains open with the follow-up question unanswered.
Summarized with AI on November 3.
AI used: claude-sonnet-4-5-20250929.
I would like to visualize a border around the add-to-cart button of the hero collection on hover.
Add-to-cart buttons of both Product page (PDP) and all products page (PHP) have this behaviour and I dont know how to replicate it to the main collection.