Jump to content

How to Remove folder graphic from sub-categories


dogsndubs

Recommended Posts

Is it possible to remove the folder graphic from the sub-category pages completely so that you just have the sub-category names in text format?

See page - http://dogsndubs.com/cart/index.php?act=viewCat&catId=2

Thanks :whistle:

Sure is :)

Go to skins/YOURSKIN/styleTemplates/content/viewcat.tpl

and find this bit of code

<!-- BEGIN: sub_cats_loop -->

<div class="subCat"><a href="index.php?_a=viewCat&amp;catId={TXT_LINK_CATID}" class="txtDefault"><img src="{IMG_CATEGORY}" alt="{TXT_CATEGORY}" border="0" title="{TXT_CATEGORY}" /></a>

<div style="padding-top:3px;"><a href="index.php?_a=viewCat&amp;catId={TXT_LINK_CATID}" class="txtDefault">{TXT_CATEGORY}</a></div> ({NO_PRODUCTS})</div>

<!-- END: sub_cats_loop -->

delete this one from above

<img src="{IMG_CATEGORY}" alt="{TXT_CATEGORY}" border="0" title="{TXT_CATEGORY}" />

Hope that helps.

Ciau

Andrea :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...