![]() |
Ah sorry, can't help you with that then :(
|
I appreciate the help anyway. Have a wonderful weekend. :)
-Tuan |
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> |
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.