Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Customizing colors


Guest

Recommended Posts

Posted

I have followed all the documentation I can find for changing colors (background, font, boxes) and have changed the color codes, but these changes don't appear. I found one post that said they have to be changed on 5 different pages. What is the best way to change colors? Why don't my changes appear? Can't this be done with css instead of on every page?

 

The documentation that comes with OSC says to make changes in default.php but I can't find any such page.

 

Here is an excerpt of what I put in catalog/index.php (I inserted the center secation of code):

<!-- body //-->

<table border="0" width="100%" cellspacing="3" cellpadding="3">

<tr>

 

 

< td width="<?php echo BOX_WIDTH; ?>" valign="top" bgcolor="#ffff99"><table

border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="8">

< !-- left_navigation //-->

 

 

 

<td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2">

<!-- left_navigation //-->

<?php require(DIR_WS_INCLUDES . 'column_left.php'); ?>

<!-- left_navigation_eof //-->

</table></td>

<!-- body_text //-->

<

 

Can anyone give me some direction? Pretty please???

Posted

The most usful and commonly used file for these changes will be the stylesheet.css

if you have made changes and do not see them try to clear your cache (on the page press ctrl and f5 keys together, works for IE and FF)~

if this does not work make sure its the correct file you are editing

Nic

Sometimes you're the dog and sometimes the lamp post

[/url]

My Contributions

Posted
The most usful and commonly used file for these changes will be the stylesheet.css

if you have made changes and do not see them try to clear your cache (on the page press ctrl and f5 keys together, works for IE and FF)~

if this does not work make sure its the correct file you are editing

Nic

I had made changes in stylesheet.css but I did it in frontPage. I am getting some changes to show up now: I did them in Notepad. Before I was using FrontPage. Could that be a problem (FrontPage)

 

And thank you for your help.

Archived

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

×
×
  • Create New...