The location you are looking for is in the index.php file of your Joomla template, make a backup of your template's index.php for your safety.Open your template's index.php file and look for the line with this command<?php } ?><?php if ($this->params->get('enable_site_logo') && $logo_image_path != ''): ?><img src="<?php echo $logo_image_path; ?>" alt="" class="" />Place the alt="" tag before the class="" insert your text and that's it, save it and you can upload it.I hope I helped the community