Jump to content

[solved] logo deletion


Recommended Posts

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 by vekia (see edit history)
Link to comment
Share on other sites

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

it's because we deleted logo :P

 

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:

gBJ4gVE.png

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...