New Zenner
- Join Date:
- Nov 2007
- Posts:
- 34
- Plugin Contributions:
- 0
Changing the CSS for the Category link in tpl_product_info_display.php
I'd like to change the font/css of the Category link when visitors view items. I know the template is in tpl_product_info_display.php, but the span class I wrap around the beginning of and end of the Category Icon doesn't work. Also, I changed the category_icon default CSS to no avail as well.
Those are the two best steps a beginner can take, now I need some guidance from an expert please!
An example of what I tried:
<!--bof Category Icon --><span class="pinfocategory">
<?php if ($module_show_categories != 0) {?>
<?php
/**
* display the category icons
*/
require($template->get_template_dir('/tpl_modules_category_icon_display.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_category_icon_display.php'); ?>
<?php } ?></span>
<!--eof Category Icon -->