Home › Forums › Support › Background color change This topic has 1 reply, 2 voices, and was last updated 3 years ago by David. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts January 13, 2020 at 5:38 am #1130425 Asparuh Hi, could you pls, help me how to change the background from gray to white. I already change it in the Theme Setting in WP, and as I checked the code: body { background-color: #ffffff; color: #191919; It’s seems to be white but it’s not. January 13, 2020 at 6:20 am #1130461 DavidStaff Customer Support Hi there, its because of the Box Shadow – if you go to Customizer > Additional CSS – and remove this part of the code you will see the correct color: .inside-article, .sidebar .widget, .comments-area { box-shadow: 0 0 60px rgba(0,0,0,0.05); } .site-info { box-shadow: 0 0 60px rgba(0,0,0,0.05); } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In