| ||||||||||
![]() |
Shopping cart software Solutions for online shops and malls | |||||||||
![]() |
![]() |
|
X-Cart Home | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
How to resize the "Categories" box | ||||
![]() |
|
|
Thread Tools | Search this Thread |
#11
|
|||||||
|
|||||||
![]() Ah sorry, can't help you with that then
![]()
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
#12
|
|||||||
|
|||||||
![]() I appreciate the help anyway. Have a wonderful weekend.
![]() -Tuan
__________________
Win2003 IIS6, PHP 5.2.3, MySQL 5.0.45 and X-Cart 4.1.9 |
|||||||
#13
|
|||||||
|
|||||||
![]() 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>
__________________
Padraic Ryan Ryan Design Studio Professional E-Commerce Development |
|||||||
#14
|
|||||||
|
|||||||
![]() 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}
__________________
v 4.1.3 |
|||||||
|
|||
X-Cart forums © 2001-2020
|