X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   How to resize the "Categories" box (https://forum.x-cart.com/showthread.php?t=19247)

balinor 01-13-2006 01:58 PM

Ah sorry, can't help you with that then :(

TL408 01-13-2006 02:07 PM

I appreciate the help anyway. Have a wonderful weekend. :)

-Tuan

balinor 01-13-2006 02:10 PM

The same concept applies I'm sure, I'm just not familar with the style sheet or templates in the beta version yet. What you want to do is surround the code for the category name with a div tag that calls the style:

<div class="something">

Category text here

</div>

dri_cs 10-27-2006 01:19 PM

Re: How to resize the "Categories" box
 
you are correct Padraic, I was able to do it in customer/category.tpl, I just removed the <font> and made a <div> - Code:

{else}
{if $config.General.root_categories eq "Y"}
{foreach from=$categories item=c}
<div class="CategoriesList">
<a href="home.php?cat={$c.categoryid}" class="VertMenuItems">{$c.category}</a></div><br />
{/foreach}
{else} {foreach from=$subcategories item=c key=catid}
<font class="CategoriesList"><a href="home.php?cat={$catid}" class="VertMenuItems">{$c.category}</a></font><br />
{/foreach}


All times are GMT -8. The time now is 10:49 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.