Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing color underline for shopping cart box right column?


johnnyosc

Recommended Posts

Posted

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.

Posted

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.

Posted

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.

Posted

The image, pixel_black.gif is in the catalog/images file.

Posted

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...