SVTCobraLTD Posted March 28, 2011 Share Posted March 28, 2011 #1)How do you remove this white line around the store image? It is driving me nuts and I have been unable to find the CSS that controls it. The same line is around the checkout button. #2)I cannot seem to remove the little icon highlighted in red. I would like the image gone but the bar/heading to stay where it is. Link to comment Share on other sites More sharing options...
Guest Posted March 29, 2011 Share Posted March 29, 2011 Looks like you are running rc2a... in index.php find <td class="pageHeading"><?php echo HEADING_TITLE; ?></td> <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . $category['categories_image'], $category['categories_name'], HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> take out the second <td> you end up with this: <td class="pageHeading"><?php echo HEADING_TITLE; ?></td> That will get rid of the image. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.