Jump to content

want to change the look of the categories


Recommended Posts

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...

post-816570-0-43731400-1410160101_thumb.jpg

Link to comment
Share on other sites

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

×
×
  • Create New...