Home › Forums › Support › Change Product Background Colour This topic has 10 replies, 3 voices, and was last updated 2 years, 11 months ago by Leo. Viewing 11 posts - 1 through 11 (of 11 total) Author Posts April 1, 2023 at 9:06 am #2592178 Mohammed I’m trying to change the background colour for all of the products and change the text/writing from black to white. https://gehna.ca/product/geet-like-poetry/ I found this article but it threw me off since it was written in 3 parts: https://generatepress.com/forums/topic/change-background-colour-single-product-page/ Thank you! April 1, 2023 at 1:45 pm #2592396 DavidStaff Customer Support Hi there, try this: .single-product { --contrast: #fff; --base-3: #000; background-color: var(--base-3) !important; } .single-product a { color: var(--contrast) !important; } .single-product input { color: #000 !important; } In the first CSS rule you will see --base-3: #000; change the hex color for the background color you want. April 2, 2023 at 11:46 am #2593511 Mohammed Hi, it doesn’t seem like it changed anything. Are you able to kindly take a look please. April 2, 2023 at 12:00 pm #2593519 LeoStaff Customer Support I’m not seeing David’s CSS being added. Can you clear and disable any caching or optimization plugins you are using? Let me know 🙂 April 2, 2023 at 12:15 pm #2593533 Mohammed Hi, I don’t see any caching or optimization plugins installed. When adding the code I did notice the header and footer text go black on the product pages. April 2, 2023 at 12:53 pm #2593560 LeoStaff Customer Support Can you disable all plugins except for GP premium and WooCommerce then? April 2, 2023 at 1:41 pm #2593597 Mohammed Yes done. I still don’t see any changes reflecting. I disabled them one by one and have left them all off. April 2, 2023 at 1:42 pm #2593599 Mohammed Added WP login credentials April 2, 2023 at 2:00 pm #2593620 LeoStaff Customer Support The code here is PHP and not CSS: https://www.screencast.com/t/fsblpemXa Please remove them from the Additional CSS field. Learn how to add PHP: https://docs.generatepress.com/article/adding-php/ April 2, 2023 at 2:18 pm #2593633 Mohammed Thank you so much! April 3, 2023 at 9:18 am #2594919 LeoStaff Customer Support No problem 🙂 Author Posts Viewing 11 posts - 1 through 11 (of 11 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In