This is a discussion on how to change every boxs background images within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; as the topic i try 3 days but i stll do nothing with it does anyone can help me ?...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| as the topic i try 3 days but i stll do nothing with it does anyone can help me ? |
|
#2
| ||||
| ||||
| You can set the background images of the infoboxes using this, from the stylesheet. This is covered on the stylesheet page: .infoBoxContents :: This specifies the styles for all the actual contents of the infoboxes. These are all the side boxes and the new products box. This is where you can change the background color and image of the side boxes. The font setting only seems to have an effect on the 'Shopping Cart' , 'Order History' and 'Bestsellers' box's fonts. You need to edit the stylesheet and specify a background image. It should look something like this: Code: .infoBoxContents {
background: #f8f8f9;
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
background-image: url(images/image.jpg);
}
__________________ Michael Sasek osCMax Developer
|
|
#3
| |||
| |||
| thanks a lot i will try it right now |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| change boxes background color now have double boxes | ANNIE11 | osCMax v1.7 General Mods Discussion | 0 | 08-22-2005 07:16 PM |
| where can I change the background color? | chenzhu | osCMax v2 Customization/Mods | 1 | 06-30-2005 05:08 PM |
| How to change categories background color? | javabeans | osCMax v1.7 Discussion | 1 | 04-19-2005 04:24 AM |
| pop up image background colour change | starchild | osCMax v1.7 Discussion | 0 | 10-01-2003 05:13 AM |
| Turning off the background images | mcdanie1 | osCommerce 2.2 Modification Help | 1 | 09-30-2003 09:02 AM |