2 hours ago, AstralVoodoo said:tried your code
body.cat_1.cat_2.cat_98.cat_44 .show.block { display: block; }
but all the same, text is not hiding on page.
Don't look at cat_44 and cat_45 in code, i check in both categories
If you want proper help please post a link to the URL where you want the changes done, and a screenshot of what you are trying to achieve exactly on that link.
If what you want is to hide, then try this:
body.cat_1.cat_2.cat_98.cat_45 .showblock {
display: none;
}
Still you should consider a better naming for the class "showblock" if you are hiding it at this point.