Jump to content

Module - text logo


Recommended Posts

or just modify the header.tpl file and instead of :
 

a id="header_logo" href="{$base_dir}" title="{$shop_name|escape:'htmlall':'UTF-8'}">
					<img class="logo" src="{$logo_url}" alt="{$shop_name|escape:'htmlall':'UTF-8'}" {if $logo_image_width}width="{$logo_image_width}"{/if} {if $logo_image_height}height="{$logo_image_height}" {/if}/>
				</a>

use just own text:

<a id="header_logo" href="{$base_dir}" title="{$shop_name|escape:'htmlall':'UTF-8'}">
TEXT HERE
</a>

then you can stylize it with css styles :)

Link to comment
Share on other sites

×
×
  • Create New...