Jump to content

logo.jpg nin ebatlarını nereden değiştirebilirim ?


Recommended Posts

prestashop 1.5 sol üstdeki logo.jpg resmini daha uzun yapmak istiyorum . Logo.jpg nin genişlik  (weight) değerini buna göre hazırladım . Yeni tasarladığım logo daha geniş olmasına rağmen hala (

  1. width209px
  2. height52px ) Bu değerleri nerden değiştirebilirim ? 

 

Not: global.css nin içine baktım yok

    header.tpl nin içine baktım yok 

 konuyla ilgili forumda arama yapınca eski sürüme ait bilgiler geliyor .

 

Eğer burayı bulursa daha sonra jpg uzantısını swf yapıp da deniycem 

Cevap veya cevaplar için şimdiden teşekkürler.

 

Link to comment
Share on other sites

Themes>Your theme>header.tpl'de aşağıdaki koddan değiştirebilirsiniz:

 

Önce:

<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}/> 

Sonra:

<img class="logo" src="{$logo_url}" alt="{$shop_name|escape:'htmlall':'UTF-8'}"/>
  • Like 1
Link to comment
Share on other sites

 

Themes>Your theme>header.tpl'de aşağıdaki koddan değiştirebilirsiniz:

 

Önce:

<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}/> 

Sonra:

<img class="logo" src="{$logo_url}" alt="{$shop_name|escape:'htmlall':'UTF-8'}"/>

Tamamdır  bu şekilde yapınca logo'nun ebatını ne yaptıysak o şekilde geliyor. Teşekkürler

Link to comment
Share on other sites

×
×
  • Create New...