dvir Posted September 8, 2014 Share Posted September 8, 2014 hi, i would like to change the look of the sub- categories . i don't want them with pictures and i dont want them in squers. can i do it ? is there a theme for that only ? attached pictures of my sub-categories... Link to comment Share on other sites More sharing options...
sooroos Posted September 8, 2014 Share Posted September 8, 2014 how do you want them to look like? Link to comment Share on other sites More sharing options...
dvir Posted September 8, 2014 Author Share Posted September 8, 2014 how do you want them to look like? only the titles without the pictures. like this....(picture) Link to comment Share on other sites More sharing options...
vekia Posted September 8, 2014 Share Posted September 8, 2014 if you want to hide pictures of subcategories, from category.tpl remove this: <div class="subcategory-image"> <a href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'html':'UTF-8'}" title="{$subcategory.name|escape:'html':'UTF-8'}" class="img"> {if $subcategory.id_image} <img class="replace-2x" src="{$link->getCatImageLink($subcategory.link_rewrite, $subcategory.id_image, 'medium_default')|escape:'html':'UTF-8'}" alt="" width="{$mediumSize.width}" height="{$mediumSize.height}" /> {else} <img class="replace-2x" src="{$img_cat_dir}default-medium_default.jpg" alt="" width="{$mediumSize.width}" height="{$mediumSize.height}" /> {/if} </a> </div> Link to comment Share on other sites More sharing options...
Recommended Posts