maita5 Posted December 13, 2012 Share Posted December 13, 2012 (edited) I want to add a text in the right side of the logo. Is it possible? Edited December 13, 2012 by maita5 (see edit history) Link to comment Share on other sites More sharing options...
Bill Dalton Posted December 13, 2012 Share Posted December 13, 2012 You can add HTML to your theme > header.tpl Link to comment Share on other sites More sharing options...
Spidersiteme Posted December 13, 2012 Share Posted December 13, 2012 (edited) Paste this code in header tpl <a id="header_logo" href="{$link->getPageLink('index.php')}" title="{$shop_name|escape:'htmlall':'UTF-8'}"> <img class="logo" src="{$img_ps_dir}logo.png?{$img_update_time}" 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> <p class="text_sologan">{l s=' your text '}</p> </div> Edited December 13, 2012 by spiderme (see edit history) Link to comment Share on other sites More sharing options...
benjamin utterback Posted December 13, 2012 Share Posted December 13, 2012 Hello maita5, can you please confirm if these solutions worked for you? Link to comment Share on other sites More sharing options...
maita5 Posted December 16, 2012 Author Share Posted December 16, 2012 (edited) Sorry I didn`t answer later. I have problems with Prestashop, I am learning now and it is difficult. I did it in a different way - so I can change easier the font, colour and size of the text. I added image there. I used this video lesson Edited December 31, 2012 by maita5 (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts