Home › Forums › Support › CSS for changing only the backgroudn color on single post. This topic has 3 replies, 2 voices, and was last updated 4 years, 4 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts January 12, 2019 at 10:16 am #780124 Jinhyung Dear GP support team, My name Jinhyung Lee, and I would like to know the CSS code to change only the background color on single post. http://jungmyungsa.org/%EB%B6%80%EC%B2%98%EC%9D%98-%EB%98%90-%EB%8B%A4%EB%A5%B8-%EA%B3%A0%EB%AF%BC-%EB%B9%97%ED%88%AC/ As you can see the post on my website, there is a light grey background under the content. I want to make all the background white color without any containers. Please let me know how to do this. Thank you. Best, Jinhyung Lee January 12, 2019 at 10:56 am #780143 DavidStaff Customer Support Hi there, we can target the single post using body classes like so: body.single-post { background-color: #fff; } January 12, 2019 at 11:08 am #780152 Jinhyung Thank you! January 12, 2019 at 11:13 am #780155 DavidStaff Customer Support You’re welcome Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In