janditlev Posted September 14, 2014 Share Posted September 14, 2014 Hi, I am having troubles editing things in the default bootstrapper template, PS 1.6.0.9 I want to remove the logo and cart, so that the nav moves up under the banner and info bar. any help? Jan. Link to comment Share on other sites More sharing options...
nutxlago Posted September 14, 2014 Share Posted September 14, 2014 (edited) If you want to get rid of logo and shopping cart, there are two steps: 1. modify yourtheme/header.tpl and comment off this lines around line 91: <!--<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 isset($logo_image_width) && $logo_image_width} width="{$logo_image_width}"{/if}{if isset($logo_image_height) && $logo_image_height} height="{$logo_image_height}"{/if}/> </a> </div>--> 2. Set ajax cart to false in Cart Block module > configure > settings or disable "Cart Block" module in modules list. Hope this helps! Edited September 14, 2014 by nutxlago (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts