How can I add text and icons under my buy buttons?

Topic summary

A user seeks help adding custom text and icons beneath buy buttons on their Shopify store (using the Warehouse theme), as the theme doesn’t natively support this feature.

Proposed Solution:

  • BSS-Commerce provides step-by-step instructions involving custom code
  • Requires editing theme.liquid file in the code editor
  • Instructions include pasting a JavaScript snippet before the closing tag
  • The solution allows customization of both icon and text according to user preferences

Technical Details:

  • Solution involves CSS/JavaScript customization
  • User shared example images showing desired outcome
  • Code snippet provided (though garbled in the conversation)
  • Implementation appears to involve SVG tags for icons

The discussion includes visual examples and code snippets that are central to implementing the solution.

Summarized with AI on November 24. AI used: claude-sonnet-4-5-20250929.

Hi

Pls could u provide a solution to adding text and icons to under my buy buttons, requires custom code theme does not support it (attached example below)

my store:

URL: tennisgiant.com

Theme: Warehouse

wanted result:

Cheers

Hi @adam10910

You mean you want to add buttons and icon here https://nimb.ws/oqy40e

Hi @adam10910

Please follow these steps:

First, go to Online Store > Edit code > theme.liquid, find the closing tag and then paste this script in front


You can change the text and icon as you want (according to the SVG tag)

I checked it out

I hope that it will work for you.