Jump to content

Change linke for home (Logo near top left) on the start page.


Recommended Posts

hello

header.tpl file located in your theme directory

you can find there code like:
 

<a href="{$base_dir}" title="{$shop_name|escape:'html':'UTF-8'}">
    <img class="logo img-responsive" src="{$logo_url}" alt="{$shop_name|escape:'html':'UTF-8'}"{if $logo_image_width} width="{$logo_image_width}"{/if}{if $logo_image_height} height="{$logo_image_height}"{/if}/>
</a>
Link to comment
Share on other sites

×
×
  • Create New...