Help changing Box color and message for Gift Certificate page in Dawn

Topic summary

Shopify Dawn gift card page customization: change “Denomination” label, make all input/checkbox backgrounds white, and adjust/bold the checkbox message.

What’s solved

  • Styling: Multiple CSS snippets were shared to set inputs and the checkbox background to white and to bold the checkbox label. OP confirmed this worked. Code was added either in base.css (preferred) or inside {% style %} in theme.liquid. Images illustrated results.

How to change “Denomination” to “Amount” (two suggested paths)

  • Theme Customizer: Online Store > Customize > Product page > Pricing settings; edit the heading from “Denomination” to “Amount.”
  • Product admin: Products > select the gift card product > edit Variants/Option name to rename “Denomination” to “Amount.” Screenshots showed the steps.

Outstanding question

  • Checkbox message text: OP still needs to change the wording of the checkbox label itself (not just make it bold). No definitive method provided yet; remains unanswered.

Notes

  • Code snippets and screenshots are central to the thread (CSS for backgrounds and label weight, and UI paths). The discussion is partially resolved (styling fixed), with copy changes partly guided and the checkbox message text change still open.
Summarized with AI on December 12. AI used: gpt-5.

Do you know how I can change the check box message itself?