Home › Forums › Support › Background colour on Single post This topic has 3 replies, 2 voices, and was last updated 3 years, 5 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts November 21, 2022 at 4:34 am #2425175 Paul Hi There, I have this CSS to update the BG Colour on archive pages /* Background colour on archives */ body.archive { background-color: var(–grey-100); } I’d like to do the same on single posts – how do I target the single post in the CSS? See example URL in private info. Cheers Paul November 21, 2022 at 5:22 am #2425254 DavidStaff Customer Support Hi there, try: body.single-post { background-color: var(–grey-100); } If you want the same color for the single post and archive then you can combine the: body:is(.archive, .single-post) { background-color: var(–grey-100); } November 21, 2022 at 1:03 pm #2426176 Paul Perfect – thank you David! Paul November 22, 2022 at 5:50 am #2427088 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