Jump to content

Changing the bullet colours in catagories list?


Chargin

Recommended Posts

The bullet is an image and resides in styleImages/icons. To change the color you must edit it with a graphics editor.

To change the 'search for' open you language/en/lang.inc and do a search for that term. When found simply change it to anything you want and upload the file to your server.

Link to comment
Share on other sites

Hmm and the other part of your reply doesnt look right to me either??

heres my catagories.tpl

<!-- BEGIN: categories -->

<div class="boxTitleLeftcat">{LANG_CATEGORY_TITLE}</div>

<div class="boxContentLeft">

<ul>

<li class="bullet"><a href="index.php" class="txtDefault">{LANG_HOME}</a></li>

<!-- BEGIN: li -->

<li class="bullet"><a href="index.php?act=viewCat&amp;catId={DATA.cat_id}" class="txtDefault">{DATA.cat_name}</a></li>

<!-- END: li -->

<!-- BEGIN: sale -->

<li class="bullet"><a href="index.php?act=viewCat&amp;catId=saleItems" class="txtDefault">{LANG_SALE_ITEMS}</a></li>

<!-- END: sale -->

</ul>

</div>

<!-- END: categories -->

I see the bullets listed there but no colours??

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