'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
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.
Hi @George00011
Try 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.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
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!
I give another code, it doesnt work?


