How can I change the title and shipping link color to white in Origin theme?

Topic summary

A user needed help changing text colors to white on their product page in the Origin theme, specifically for product titles and the shipping policy link, which were invisible against the background.

Solution provided:

  • Access Shopify admin → Online Store → Themes → Actions → Edit code
  • Locate the theme.liquid file and find the </body> tag
  • Insert custom CSS code before the closing </style> tag

Additional fixes included:

  • Product title color changed to white
  • Shipping link text made white
  • Variant picker borders and text styling adjusted (removed black borders, changed brown text)
  • Quantity selector styling updated (white borders, transparent background, white text)
  • Payment button opacity adjusted

The issue was resolved through CSS customizations targeting specific elements like .quantity, .shopify-payment-button__more-options, and related selectors. All requested color changes were successfully implemented.

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

Hi @Rebecca07

Check this one.

From your Shopify admin dashboard, click on “Online Store” and then “Themes”

Find the theme that you want to edit and click on “Actions” and then “Edit code”.

In the “theme. Liquid” file. Find the tag and paste the code below before the tag.


And Save.

Result:

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

1 Like