ShirtSeller Posted March 20, 2014 Share Posted March 20, 2014 1.5.6.1 I have categories with subcategories and I am looking to remove the thumbnail image and leave only the subcat name. The attached image shows my current set up on the left and what I would like to see on the right. Thanks, Joe Link to comment Share on other sites More sharing options...
DevNet Posted March 20, 2014 Share Posted March 20, 2014 (edited) Hi, Remove those lines (l. 78 to l. 84) : <a href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'htmlall':'UTF-8'}" title="{$subcategory.name|escape:'htmlall':'UTF-8'}" class="img"> {if $subcategory.id_image} <img src="{$link->getCatImageLink($subcategory.link_rewrite, $subcategory.id_image, 'medium_default')|escape:'html'}" alt="" width="{$mediumSize.width}" height="{$mediumSize.height}" /> {else} <img src="{$img_cat_dir}default-medium_default.jpg" alt="" width="{$mediumSize.width}" height="{$mediumSize.height}" /> {/if} </a> Form your ./themes/[your_theme]/category.tpl file. Regards Edited March 20, 2014 by DevNet (see edit history) 1 Link to comment Share on other sites More sharing options...
ShirtSeller Posted March 25, 2014 Author Share Posted March 25, 2014 Perfect, thanks! Link to comment Share on other sites More sharing options...
Recommended Posts