Hallo, wie kann ich das Wordpress CSS nur für einzelne Seiten einstellen. Hab schon bisschen was zusammengebastelt. Danke für eure Hilfe!
@media only screen and (max-width: 359px) {
#primary .content-container {
padding-left: 10px !important;
padding-right: 10px !important;
}
{display:none}
.postid-3701,
.postid-3712,
.postid-3731,
.postid-3736,
.postid-3748,
.postid-2583,
.postid-3756,
.postid-3752,
.postid-3703
{display:none}
}