Hello,
I’m trying to hide the side panel that displays the rating and update from a particular category.
So far, the following line of code works in Extra.cc, and it hides the panel from all the categories.
But when I add that particular category’s node name in front of the code, nothing happens.
What am I doing wrong?
Thank you
I’m trying to hide the side panel that displays the rating and update from a particular category.
So far, the following line of code works in Extra.cc, and it hides the panel from all the categories.
Code:
.resourceList .resourceStats {
display: none !important;
}
But when I add that particular category’s node name in front of the code, nothing happens.
Code:
.node25 .resourceList .resourceStats {
display: none !important;
}
What am I doing wrong?
Thank you