rassa Posted February 23, 2007 Posted February 23, 2007 well so i dont know in what line in stylesheet to change theese, 1.as seen on pic...where do i change that white 2.Where do i change the colours of those corners in the boxes Also 2 other questions.... If i want own buttons for example "buy now" do i just name them the same as they are named now but just replace them in the language/images folder? How do i put a big top "banner" or whats it called on the top of the page?
bill110 Posted February 23, 2007 Posted February 23, 2007 For stylesheet definitions http://www.oscommerce.info/kb/osCommerce/C...n_and_Layout/54 or the link to my contribution at the bottom of this reply has all the definitions pasted into the stylesheet. (stock colors) The box corners are actuall images found in catelog/images/infobox For the buttons yes that is the simplest way The "banner" at the top is an image in catelog/images. Put yours there: your_image.gif then in catelog/includes/header.php find this code <td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce') . '</a>'; ?></td> and change like this: <td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'your_image.gif', 'Your Store Name') . '</a>'; ?></td> My Contributions Stylesheet With Descriptions Glassy Grey Boxtops Our Products Meta Tags On The Fly Password Protect Admin "No matter where you go....There you are" - Buccaroo Bonsai
Ackis Posted February 23, 2007 Posted February 23, 2007 Rassa / Diana.... Jag antar att du också är svensk, stämmer det? Jag sitter och letar... har nämligen precis samma problem som du! Har du lyckats rätta till det? //Jessica Jessica Fuchs
Recommended Posts
Archived
This topic is now archived and is closed to further replies.