Jump to content

Changing logo to gif or png


mrdk

Recommended Posts

I want to change the logo to be a transparent logo, and therefor i want to change it to png or gif.

 

I have tried to change the header.tpl in my theme, but nothing happens. Hope you have some suggestions to what i should do to fix the problem.

 

 

<img class="logo" src="{$img_ps_dir}mylogo.png" 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} />

 

Do i have to change the logo url somewhere else, or?

Link to comment
Share on other sites

Go in directory Tools -> smarty -> compile and delete all files on the compile directory.

 

If you want to make more changes to your shop, go in BO -> Preferences -> Performance

and set Force compile to Yes and Chache to No. This will force to re-compile all your files every time.

But don't forget to set them to No and Yes after your changes are done, because this will slow down your shop.

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