Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

after changing header color etc


caubin1

Recommended Posts

After changing the header, footer etc using the stylesheet.ccs, but now the "corner_right.gif", and corner_right_left.gif and corner_left.gif are still same same old colors, I found the .gif's tried to match color but due to limitations to .gif I like to switch them to .jpg as it will work with color.... thing is I need to change the file names where it points to.... where are they in a .php file

 

Thanks

Corey

Link to comment
Share on other sites

baby steps... ok

 

first off, have you made the needed changes in your stylesheet (.css)??

 

if not, do that first. then copy your corner_left.gif corner_left_right.gif and corner_right.gif from you images directory.

 

take the copys and change their color with an image editor (MS Paint?) and rename them to what ever silly name you might like.

 

upload these new files to your images directory.

 

now open your catalog/includes/classes/boxes.php file with a test editor (notepad?)

 

find the section of code i posted and change 'infobox/corner_left.gif' to 'infobox/whatever_silly_name_you_gave_to_this_copy.gif'

 

there are also a couple of other places in the code just below that line that you will need to change the exact same way.

 

that's it!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...