es11rak Posted March 20, 2012 Share Posted March 20, 2012 Can some one tell me how to manually delete homepage logo, i can,t do it Link to comment Share on other sites More sharing options...
Carl Favre Posted March 20, 2012 Share Posted March 20, 2012 Hi es11rak, Look for something like that in themes\your_theme\header.tpl file. You can either comment or remove the lines. But backup your file before doing any changes. <a id="header_logo" href="{$link->getPageLink('index.php')}" title="{$shop_name|escape:'htmlall':'UTF-8'}"> <img class="logo" src="{$img_ps_dir}logo.jpg?{$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> 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