Home › Forums › Support › Change the content white background color This topic has 1 reply, 2 voices, and was last updated 3 years, 11 months ago by David. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts April 22, 2019 at 11:34 pm #876175 Sebastien Hi, I would like to change the nativ white background color of the main content container for some specific pages. Could you help pleasE? thanks GeneratePress 2.2.2GP Premium 1.7.8 April 23, 2019 at 2:11 am #876293 DavidStaff Customer Support Hi there, try this: Create a New Hook Element. https://docs.generatepress.com/article/hooks-element-overview/ Select the WP_head hook. Add this Code: <style> .separate-containers .inside-article { background-color: #cccccc; /* Change color to suit */ } </style> In the Display Rules set the pages you wish to apply it to. 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