How can I change the background color of just one product page without affecting the rest?

Topic summary

A user wants to change the background color to white for a single product page (smartwatch-luna-fit-l1) on their Dawn theme Shopify store without affecting other product pages.

Solution Provided:

  • Custom CSS code targeting the specific product page using its handle was shared
  • Code should be added to theme.liquid file before the tag

Issue Encountered:

  • After implementing the white background, the text became unreadable (white text on white background)
  • Changing font color globally affects all product pages

Follow-up:

  • Additional CSS code was provided to change font color specifically for that page
  • User noted some sections still don’t have white backgrounds
  • Latest request asks for help making the font black only on this specific page

Status: Ongoing troubleshooting of text visibility issues while maintaining page-specific styling.

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

'm using the Dawn theme and I want to know how I can change the background color of this product page to white without affecting my other product pages

https://www.fitgstore.com/products/smartwatch-luna-fit-l1

1 Like

Hi @George00011

Try this one.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “theme. Liquid” file. Find the tag and paste the code below before the tag.

  • And Save.

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

1 Like

Thank You its worked, but i have problems with the font its white and i wanted white background. If i change the color of the font they change for all my other products =/

That is what im thinking also, you can add another code in that liquid code. LIke this.

Same Instruction.


And Save.

But in this page you have another section that is not change into white backgrounds.

this one.

Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!

1 Like

Would help me for change the of the font to black onyl for this page please ?

I give another code, it doesnt work?