ELnew Posted December 14, 2007 Posted December 14, 2007 http://eleatherline.com/estellesleathersto...php?cPath=51_52 I'm looking to remove the actual text below each category picture, well if not remove just hide, and I can't find the code in categories.php Would greatly appreciate any help. Also does anyone know a better look and design of my actually categories on the left column, I feel it needs to be more professional looking. Thanks in Advance. ~Parker
hsmom13 Posted December 17, 2007 Posted December 17, 2007 can anyone help????? I am interested in this, also. TIA hsmom13
nimz Posted December 17, 2007 Posted December 17, 2007 Backup catalog/index.php open catalog/index.php FIND: echo ' <td align="center" class="smallText" width="' . $width . '" valign="top"><a href="' . tep_href_link(FILENAME_DEFAULT, $cPath_new) . '">' . tep_image(DIR_WS_IMAGES . $categories['categories_image'], $categories['categories_name'], SUBCATEGORY_IMAGE_WIDTH, SUBCATEGORY_IMAGE_HEIGHT) . '<br>' . $categories['categories_name'] . '</a></td>' . "\n"; REPLACE WITH: echo ' <td align="center" class="smallText" width="' . $width . '" valign="top"><a href="' . tep_href_link(FILENAME_DEFAULT, $cPath_new) . '">' . tep_image(DIR_WS_IMAGES . $categories['categories_image'], $categories['categories_name'], SUBCATEGORY_IMAGE_WIDTH, SUBCATEGORY_IMAGE_HEIGHT) . '<br></a></td>' . "\n"; Santa's little freelancer
Recommended Posts
Archived
This topic is now archived and is closed to further replies.