marion34 Posted June 10, 2013 Share Posted June 10, 2013 (edited) Hello again, Ive been working on my header and have successfully installed a back ground image that now incorporates my logo. The problem is I had uploaded a logo in the past and this is now covering my incorporated logo. How do I remove the currently installed logo completely? I do not see a delete button on the themes page. Thanks Will Edited June 10, 2013 by vekia (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted June 10, 2013 Share Posted June 10, 2013 in this case - try to edit header.tpl file. there is: <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> remove it or use comments {* *}: {* <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...
marion34 Posted June 10, 2013 Author Share Posted June 10, 2013 Thanks Vekia, first image is the current state. Then I choose the ignore {* *} and this is what happens. gets wonky and cant see the background completely. It appears everything moved up. Thanks Will Link to comment Share on other sites More sharing options...
vekia Posted June 10, 2013 Share Posted June 10, 2013 it's because we deleted logo now you have to add margin-top:174px to the sf-contener (in the /modules/blocktopmenu/css/superfish-modified.css file) .sf-contener { clear: both; margin-top: 174px; } effect: Link to comment Share on other sites More sharing options...
marion34 Posted June 10, 2013 Author Share Posted June 10, 2013 Awesome, I think you just answered a few more questions as well. Thanks so much. Will Link to comment Share on other sites More sharing options...
vekia Posted June 10, 2013 Share Posted June 10, 2013 you're welcome i marked this thread as [solved] if you've got any other questions related to this case - feel free to continue discussion here regards! 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