Hi alceste
It looks like your site blocks access from my place.
Basically, you can customize this error page via this file: root/templates/gk_storebox/error.php
If you want to remove that 404 text, you can remove line 86-90:
<?php if($this->error->getCode() == 403 || $this->error->getCode() == 404) : ?>
<h2><span><?php echo $this->error->getCode(); ?></span><?php echo JText::_('TPL_GK_LANG_ERROR_INFO'); ?> </h2>
<?php else : ?>
<h2><span><?php echo $this->error->getCode(); ?></span><?php echo $this->error->getMessage(); ?> </h2>
<?php endif; ?>