How can I modify button and background colors on my website?

Topic summary

  • Goal: Change the contact page button to black with white text (currently white on white) and switch the policy page background to black with white text on a Shopify site. Screenshots were provided to show the visibility issues.

  • Solution: Edit the theme code in Shopify:

    1. Online Store → Edit Code
    2. Open theme.liquid
    3. Add custom CSS (style rules) just before the closing tag to override the button and policy page colors.
      Note: The exact CSS snippet wasn’t visible in the post, but it involved color overrides via CSS.
  • Outcome: The changes worked as confirmed by the requester; the issue is resolved.

  • Status: Resolved. No further follow-ups or disputes. The approach relies on adding CSS to theme.liquid to improve button and page contrast/readability.

Summarized with AI on January 20. AI used: gpt-5.

Hey, just need a hand with two small issues I am facing,

can someone help me change the button under my contact page to black with white text, right now its white on white and you can’t tell what it says.

I’m also trying to change the background on my policy page to black with white text,

any help is appreciated, the website is www.street-style.com.au

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the file above tag

1 Like

Worked, thank you

1 Like