Hi there!
I’m trying to edit the ccs for .x-container.max on my website (link in secure note) everywhere EXCEPT on the homepage. I’ve tried to use the selector .x-container.max:not(.home) but it didn’t exclude the css from the homepage. Is there another way to achieve the same?
I want to add the following CSS everywhere except on home:
.x-container.max {
max-width: 1000px;
background-color: white;
padding: 30px 30px 30px 30px;
}
.x-container.offset {
margin: 0em auto;
}
Thanks in advance!
-Karianne van Buro Vink