play Posted December 29, 2013 Share Posted December 29, 2013 Where can I get the module to display the logo in the form of text? Link to comment Share on other sites More sharing options...
Paulito Posted December 29, 2013 Share Posted December 29, 2013 Good morning I am not sure I understand the question but: If you want to have your logo as then just upload a logo with text on it. See my signature Paul Link to comment Share on other sites More sharing options...
play Posted December 30, 2013 Author Share Posted December 30, 2013 Thank you. Link to comment Share on other sites More sharing options...
vekia Posted December 30, 2013 Share Posted December 30, 2013 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 More sharing options...
play Posted December 30, 2013 Author Share Posted December 30, 2013 Thank you very much, and if it is through the back office to enter? Link to comment Share on other sites More sharing options...
Recommended Posts