in Joomla Templates by davidvandijck (120 points)
Hello all,  Where can I add an Alt tag for the Logo in the Header? For a normal Image I know how to do it. Thank you.

1 Answer

by kleberthomaz (140 points)

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

by davidvandijck (120 points)
Hello, thank you for helping me!
It turned out okay.
Interested in localizing/Translating TemplateToaster Software in your native language in exchange of a Pro License ? Contact Us
...