Jump to content

(help) Cara Mengisi Penuh ukuran Logo header


prestaku

Recommended Posts

untuk membuat transparan mesti diubah di header.tpl, default prestashop memakai *jpg ubah ke *PNG

 

cari code ini di header.tpl

 

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

 

ganti dengan ini

 

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

 

 

untuk

#header_logo dan #img.logo {

sesuaikan dengan ukuran Image..

Edited by vespaman (see edit history)
Link to comment
Share on other sites

  • 1 month later...

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