I was editing the file /wp-content/themes/nazwa-tematu/cryout/prototypes.php.
I changed the line 772:
befor editing:
echo $before . $text_archive .’ “‘ . single_cat_title(”, false) . ‘”‘ . $after;
after editing:
echo $before . single_cat_title(”, false) . $after;
It can be done with a functions.php (add function)?