![]() |
How to make the type larger on home page
X-Cart 4.6.1
http://www.prodigitalgear.com Can someone assist me as to where I can change all the type in the left and right side boxes on home page? I am familiar with the edit templates and looked into different .tpl files, but can't seem to locate where the text size is? For example..if you looked at our site, under Categories or Manufacturers, we feel the type under those headings is too small. here is a sample of where we looked {* df14bc9e9dec4a3332552facb2c31eaaf22d39a2, v5 (xcart_4_4_2), 2010-12-17 15:12:37, categories.tpl, aim vim: set ts=2 sw=2 sts=2 et: *} {if $categories_menu_list ne '' or $fancy_use_cache} {capture name=menu} {if $active_modules.Flyout_Menus} {include file="modules/Flyout_Menus/categories.tpl"} {assign var="additional_class" value="menu-fancy-categories-list"} {else} <ul> {foreach from=$categories_menu_list item=c name=categories} <li{interline name=categories}><a href="home.php?cat={$c.categoryid}" title="{$c.category|escape}">{$c.category|amp}</a></li> {/foreach} </ul> {assign var="additional_class" value="menu-categories-list"} {/if} {/capture} {include file="customer/menu_dialog.tpl" title=$lng.lbl_categories content=$smarty.capture.menu} {/if} |
Re: How to make the type larger on home page
Make certain Use speed-up tool for CSS is UNCHEKED (general settings)
Use Firebug (Firefox) to decipher css class and html in use. Use Webmaster mode to figure out the template hierarchy. Edit the css. |
All times are GMT -8. The time now is 06:40 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.