Home › Forums › Support › Special CSS for homepage This topic has 3 replies, 2 voices, and was last updated 3 years, 9 months ago by Leo. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts June 29, 2022 at 11:13 am #2268466 Robin Hi there, I use the marketer theme (from site library) and it has the following CSS: .inside-article, .sidebar .widget, .comments-area { border-right: 2px solid rgba(0, 0, 0, 0.07); border-bottom: 2px solid rgba(0, 0, 0, 0.07); box-shadow: 0 0 10px rgba(232, 234, 237, 0.5); } Is it possible to add something to the code that it will affect all pages/posts besides the homepage? Thanks Robin June 29, 2022 at 11:25 am #2268482 LeoStaff Customer Support Hi there, I don’t fully understand the requirement. Do you want the code above to NOT apply to the home page? If so this should work: body:not(.home) .inside-article, body:not(.home) .sidebar .widget, body:not(.home) .comments-area { border-right: 2px solid rgba(0, 0, 0, 0.07); border-bottom: 2px solid rgba(0, 0, 0, 0.07); box-shadow: 0 0 10px rgba(232, 234, 237, 0.5); } June 29, 2022 at 11:27 am #2268485 Robin Hi Leo, Yes that was my request 🙂 thanks it works! Kind regards Robin June 29, 2022 at 11:29 am #2268487 LeoStaff Customer Support No problem 🙂 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