Barbie97 Posted April 5, 2007 Posted April 5, 2007 Hi Gang, I would like to remove the tiny little graphic at the top of each page, but can't figure out where the code is to delete that command. I actually changed the graphic with my own design, but I don't want anything there at all. Any help would be appreciated!
Dennis_gull Posted April 5, 2007 Posted April 5, 2007 Its the image next to HEADING_TITLE.. Heres the exact line for the index page: <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> But just search for HEADING_TITLE and remove the next td code on each page.
Barbie97 Posted April 5, 2007 Author Posted April 5, 2007 So I need to do a search for HEADING_TITLE throughout the site, and then remove the code you listed below, which is located under the Heading_title? Is this right?
coeli Posted April 5, 2007 Posted April 5, 2007 So I need to do a search for HEADING_TITLE throughout the site, and then remove the code you listed below, which is located under the Heading_title? Is this right? If you replace the graphics there with a transparent gif (literally a dot of nothing) with the size of 1x1 px, then go to admin/configuration/images/ set the image the heading image with to 1 px and the heading image height to 1 px. This is another way where you don't have to erase any codes. Good luck... BTW, you need to download all those images and replace it with the transparent dot but save it under the same heading names.
Barbie97 Posted April 6, 2007 Author Posted April 6, 2007 Hi Coeli, thank you for that info. However, I did that and was getting an error with the graphic. It wasn't showing up for some reason- even though I named the file exactly the same as the original. Weird! So I'd really just like to get rid of it all together.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.