Archived topic
CSS exclude specific page
2 replies · Started by Mathias on February 5, 2021
Hi,
in my custom CSS I have this snippet:
/* Style pages */
.page:not(.home):not(.blog) #content {
padding: 5%;
margin-top: -50px;
background:white;
}
I also want to exclude another page from the above styles, this one:
https://www.haartransplantation-tuerkei.com/dr-erkan-demirsoy-preise-landing-page
What do I nee to add after .page:not(.home):not(.blog)
thanks
Mathias
Hey,
problem solved.
I had to add:
:not(.page-id-5215)
Glad to hear you found the solution