CSS rule on body tag ignored
-
In WordPress 6.6.1 this css rule is ignored:
body.page-id-84 header{
display:none;
}If I drop the css class the css rule is executed:
body header{
display:none;
}What is a workaround in CSS to target a specific page?
Is there a way to do this via configuration?
Any other suggestions?
Please advise,
Tom
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.