Jump to content

Prs V1.6.1.4 - Remove Company Logo On Header


Recommended Posts

Hello ,

I have upgraded to v1.6.1.4 and i just  can't remove the company's logo on top of header of any page.

 

On the previous version, it was working as i modified the  …themes/default-bootstrap/header.tpl  file with taking off the code as …

.……

{*  <div>

                              <div class="container">
                                   <div class="row">
                                        <div id="header_logo">
                                             <a href="{$base_dir}" title="{$shop_name|escape:'html':'UTF-8'}">
                                                  <img class="logo img-responsive" src="{$logo_url}" alt="{$shop_name|escape:'html':'UTF-8'}"{if $logo_image_width} width="{$logo_image_width}"{/if}{if $logo_image_height} height="{$logo_image_height}"{/if}/>
                                             </a>
                                        </div>  *}
… …
 
But on this version (1.6.1.4) it does not work
 
Some one to help me ?
Thanks a lot
Pascual
 

 

Link to comment
Share on other sites

For both post when changing .tpl files make sure to turn cache off and force compile on save, clear the cache.

Also when removing the header logo intirely removing all the code you show can have adverse effects with the top columns.

Instead just remove this section

 

<div id="header_logo">

<a href="{$base_dir}" title="{$shop_name|escape:'html':'UTF-8'}">

<img class="logo img-responsive" src="{$logo_url}" alt="{$shop_name|escape:'html':'UTF-8'}"{if $logo_image_width}

width="{$logo_image_width}"{/if}{if $logo_image_height} height="{$logo_image_height}"{/if}/>

</a>

</div>

 

Leaving the container and row in place.

Edited by tdr170 (see edit history)
  • Like 1
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...