How can I add an extra description in a textbox in to my product page?

Topic summary

A user wants to add a styled text box (similar to an “It’s Cool to Care” example shown in an attached image) to their Shopify product pages.

Solution provided:

  • Navigate to Shopify Admin → Online Store → Themes → Customize
  • Go to the Product page template
  • Add a “Custom Liquid” section
  • Insert HTML/CSS code to create a styled box with custom text

The provided code snippet includes:

  • A bordered, padded container with rounded corners
  • A bold heading
  • Customizable body text

Status: Solution offered but not yet confirmed as implemented or tested by the original poster.

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

Hi hi,

I would like to add a text box to my product description. How can I do this?

I will add a picture as an example. The It’s Cool to care box is the box that I would like to add to our product page.

Thank you in advance!

1 Like

Hello @myl1

If you want this box to appear on all product pages automatically, you can edit the product template:

  1. Go to Shopify Admin → Online Store → Themes.
  2. Click Customize on your current theme.
  3. Navigate to the Product page.
  4. Click “Add section” → Select Custom Liquid.

Add this code:


**It's Cool to Care**

This is the text inside your box. Customize it as needed!