Dear people! I have a strange problem with CSS. Id like to style a particular post in a different way: I want to switch off kicker, navigation etc. Its post number 54967, so currently I have this in my CSS inserts:
#post-54967 .navigation-top {
display: none;
}
#post-54967 .post-kicker {
display: none;
}
#post-54967 .post-footer {
display: none;
}
Kicker and footer go away without problems, but the navigation stays in place. What am I doing wrong?