oummanel Posted February 8, 2014 Share Posted February 8, 2014 Bonjour, Savez vous comment supprimer les logo? En effet, j'avais mis un logo pour voir ce que ça donnait mais maintenant je ne peux plus les retirer. Merci Link to comment Share on other sites More sharing options...
Szed Posted February 9, 2014 Share Posted February 9, 2014 Il vous faut vous rendre dans le header.tpl de votre thème et virer les lignes correspondante au logo tout simplement. Ca ressemble à quelque chose du genre : <a [...]> <img [...] </a> Link to comment Share on other sites More sharing options...
customcode Baptiste Posted February 10, 2014 Share Posted February 10, 2014 Bonjour, Comme Szed l'a dit, virer ces lignes. Petite precision : <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> Link to comment Share on other sites More sharing options...
oummanel Posted February 10, 2014 Author Share Posted February 10, 2014 Merci pour votre réponse. Par contre n'y connaissant rien en informatique pouvez vous me dire comment me rendre sur le header? Merci Link to comment Share on other sites More sharing options...
Szed Posted February 10, 2014 Share Posted February 10, 2014 (edited) Il vous faut vous connecter au FTP via un logiciel comme Filezilla et à l'aide des identifiants fournis par votre hébergeur. Une fois cela fait, vous vous rendez dans /themes/votrethème/ et modifier le fichier header.tpl à l'aide d'un éditeur de texte. Edited February 10, 2014 by Szed (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now