Home › Forums › Support › Change background color on single product page This topic has 6 replies, 3 voices, and was last updated 6 months, 2 weeks ago by Luca. Viewing 7 posts - 1 through 7 (of 7 total) Author Posts September 2, 2022 at 2:03 am #2331228 Luca Hi, I need to change background color only in the part highlighted in the attacked image. What can I do? September 2, 2022 at 2:32 am #2331248 DavidStaff Customer Support Hi there, that may be tricky…. can you link me to that page so i can take a look ? Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ September 2, 2022 at 2:35 am #2331254 Luca Hi, I send in private… Thanks September 2, 2022 at 2:47 am #2331271 DavidStaff Customer Support Aah ok. Try adding this CSS: @media(min-width: 769px) { .woocommerce.single .product { background-color: #fff; } .woocommerce.single .product .entry-summary { padding-top: 40px; } } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ September 3, 2022 at 3:04 am #2332219 Luca I added this CSS in Customize > Additional CSS but it doesn’t work… September 3, 2022 at 12:41 pm #2332634 YingStaff Customer Support The CSS above David’s CSS is missing a closing bracket: https://www.screencast.com/t/tQKIHIkttmc September 4, 2022 at 2:06 am #2332875 Luca It works, thanks a lot. Author Posts Viewing 7 posts - 1 through 7 (of 7 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In