johnnyosc Posted December 20, 2002 Posted December 20, 2002 Hello Guys, I was looking at the stylesheets and can't seem to find where I can edit so that I can change the underline which is in blk to grey (#666666)? It's located in the right column, shopping cart box. Any ideas? JohnnyOsc.
Guest Posted December 20, 2002 Posted December 20, 2002 I didn'tGo look at the code...but, if that line is like most of the others it is generated by the code instead of being a HR. Try changing the pixel_black.gif to the right color. It should be in the images file.
johnnyosc Posted December 20, 2002 Author Posted December 20, 2002 Kim, I try searching the code in shopping cart box but i cant seem to locate the pixel_black.gif? What file should I be looking it?
Guest Posted December 20, 2002 Posted December 20, 2002 if (!$cart_empty) { $info_box_contents[] = array('align' => 'left', 'text' => tep_draw_separator() This is the section of code that "draws" the line. It uses a function of php to do that. You do NOT need to change the code. It draws the line using the image called pixel_black.gif. You need to change the image to whatever color you want to use.
Guest Posted December 20, 2002 Posted December 20, 2002 The image, pixel_black.gif is in the catalog/images file.
johnnyosc Posted December 20, 2002 Author Posted December 20, 2002 Hello Kim, Your the best!!! I got it to work well. Thanks a lot for your help. I would have not been able to figure that one out. Thanks again. JohnnyOsc.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.