My product pages are stuck on background #FFFFF. I want to alter to #faf7f5. to match rest of site

Hello @tim_wilfreds

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

div.product-product-template { background: #faf7f5 !important; }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.