ironbg Posted May 8, 2014 Share Posted May 8, 2014 Hey all! Is it possible to set a .png logo image for my shop? I want logo with transparent background! Thanks! Link to comment Share on other sites More sharing options...
vekia Posted May 8, 2014 Share Posted May 8, 2014 change your logo.png name to logo.jpg and upload it to the /img/ directory (overrwrite actual logo with your file) Link to comment Share on other sites More sharing options...
ironbg Posted May 8, 2014 Author Share Posted May 8, 2014 I want to set .png format picture as logo. Link to comment Share on other sites More sharing options...
ironbg Posted May 8, 2014 Author Share Posted May 8, 2014 Ok i figured out how to do it: I open \themes\default-bootstrap\header.tpl And i change this: <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> To this: <div id="header_logo"> <a href="{$base_dir}" title="{$shop_name|escape:'html':'UTF-8'}"> <img class="img-logo" src="URL_TO_PNG_IMAGE" 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> Link to comment Share on other sites More sharing options...
vekia Posted May 8, 2014 Share Posted May 8, 2014 with this change you will not be able to upload logos in back office you can use PNG logo even if you change it's name to .jpg Link to comment Share on other sites More sharing options...
Recommended Posts