Jump to content

Can someone PLEASE tell me how to remove the logo in 1.6.1.6 ?


huntleybill

Recommended Posts

I have been trying to remove the logo in the header of my webpage for hours. I have read all the posts for this issue but none of them work. Most of the one I found are for V1.5. 

 

Please can someone explain how to remove the logo on the Default Bootstrap theme for V1.6.1.7??

 

PLEASE!!!

Link to comment
Share on other sites

You should {* comment out *} lines 105-109 of themes/default-bootstrap/header.tpl:

								<div id="header_logo">
									<a href="{if isset($force_ssl) && $force_ssl}{$base_dir_ssl}{else}{$base_dir}{/if}" title="{$shop_name|escape:'html':'UTF-8'}">
										<img class="logo img-responsive" src="{$logo_url}" alt="{$shop_name|escape:'html':'UTF-8'}"{if isset($logo_image_width) && $logo_image_width} width="{$logo_image_width}"{/if}{if isset($logo_image_height) && $logo_image_height} height="{$logo_image_height}"{/if}/>
									</a>
								</div>

It nothing changes, then you probably have "Never compile files" or caching set on the Advanced Parameters > Performance tab. Click the "Clear cache" button and the page should update.

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...