Search for: Log In Free Support [Support request] How to change color for a single page? Home › Forums › Support › How to change color for a single page? This topic has 7 replies, 3 voices, and was last updated 1 year, 10 months ago by Leo. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts May 5, 2019 at 10:02 pm #890160 Tilo Hello, I want change the background color in content area for a single page only. Can you help me? Regards, Tilo May 6, 2019 at 2:31 am #890330 DavidStaff Customer Support Hi there, this would require some CSS, for a static page you can use its ID to target that specific page like so: .page-id-XX .inside-article { background-color: #ffffff; } Just change the XX to match your page ID. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ May 6, 2019 at 5:07 am #890440 Tilo Hm … does not work. Following CSS I use now. Part 1 works correct, but Part 2 doesnt. Any idea? /* Hintergrund Container Starseite */ body.page-id-20 { background-color: #333333; } /* Hintergrund Content Starseite */ .page-id-20.inside-article { background-color: #333333; } May 6, 2019 at 5:14 am #890445 DavidStaff Customer Support sorry my bad – i made an edit to the CSS above ie. space between the two selectors. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ May 6, 2019 at 5:39 am #890474 Tilo Your are great … I love the CSS … it works. May 6, 2019 at 5:41 am #890477 DavidStaff Customer Support Glad to be of help. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ May 29, 2019 at 8:31 am #914506 Tilo Hello David, … and the text should be white now. Please can you add this to the CSS. Regards, Tilo May 29, 2019 at 9:45 am #914584 LeoStaff Customer Support You can add this to your CSS: color: #ffffff; Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In