Do you use CategoryIcons? I don't know this extension but my guess is to add something like (not tested) if ( ! $Context->SelfUrl == 'index.php' ) {
// ...
// the code of your extension
// ... If it does not work as you wish, you should post in the discussion of this addon (or the one you use).
Comments
I don't know this extension but my guess is to add something like (not tested)
if ( ! $Context->SelfUrl == 'index.php' ) { // ... // the code of your extension // ...
If it does not work as you wish, you should post in the discussion of this addon (or the one you use).
.CategoryIcon /* or whatever the css selector for the icons is */ { display: none; } body#CategoryPage .CategoryIcon { display: block; }