Guest Posted April 18, 2007 Posted April 18, 2007 Hello all Ive scrolled through all pages of contribs and soooo many forum topics but with no luck.... There MUST be something that you can add to the stylesheet that enables you to change the category infobox. All I am looking for is a way to change the font styles, sizes etc for my products column! If you go to my site :rolleyes:www.toolboxking.com/index.php you will see that I have so many products with loads of sub categories that it just looks a complete mess and if I struggle to find my way round then a customer definatly will. Please help... I am a desperate man and desperate men do desperate things Thanks in advance to all the lovely helpful and overall beautiful people of this forum :rolleyes:
Guest Posted April 18, 2007 Posted April 18, 2007 See, I told you desperate men do desperate things I have now managed to get massive heading text on the products list, If anyone could help with this i would greatly appreciate it!
jasonabc Posted April 18, 2007 Posted April 18, 2007 Try and make your categories less product specific and keep them more general - this will keep the number of them far more manageable. To change the category links themselves open /includes/boxes/categories.php and find this bit of code: $categories_string .= tep_href_link(FILENAME_DEFAULT, $cPath_new) . '">'; and add this in: $categories_string .= tep_href_link(FILENAME_DEFAULT, $cPath_new) . '" class="categories">'; Then create a "categories" link class in the stylesheet and tweak away. Jason My Contributions: Paypal Payflow PRO | Rollover Category Images | Authorize.net Invoice Number Fix
Guest Posted April 19, 2007 Posted April 19, 2007 Try and make your categories less product specific and keep them more general - this will keep the number of them far more manageable. To change the category links themselves open /includes/boxes/categories.php and find this bit of code: $categories_string .= tep_href_link(FILENAME_DEFAULT, $cPath_new) . '">'; and add this in: $categories_string .= tep_href_link(FILENAME_DEFAULT, $cPath_new) . '" class="categories">'; Then create a "categories" link class in the stylesheet and tweak away. I love you
Recommended Posts
Archived
This topic is now archived and is closed to further replies.