ow do I get the logo to show on the mobile device
Hi,
this code allows you create logos,
this code allows you create logos,
<div id="header">
<div class="branding">
<a href="/">
<img src="/<?php echo $this->baseurl; ?>/templates/<?php echo $this->template; ?>/css/high_end_devices_v1_2_en/resources/images/img-logo.png" alt="Logo" />
</a>
<p>Company name</p>
<p>Company tagline</p>
</div>
</div>
Hi, I hope this is the correct topic.
I want to change the "store-logo". At the moment there is the mobile-joomla-logo when I store the url. I want to get our logo instead - only as link-picture at the home screen (iphone for example).
Where is the previous code to filled in or is it not the desired?
I want to change the "store-logo". At the moment there is the mobile-joomla-logo when I store the url. I want to get our logo instead - only as link-picture at the home screen (iphone for example).
Where is the previous code to filled in or is it not the desired?
peterporta, just change favicon.ico and apple-touch-icon.png (if exists) in mobile template's directory.