This is a discussion on Infobox text color help within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Hi everyone! I am in a fix. i have the background of the info boxes as black and the color ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hi everyone! I am in a fix. i have the background of the info boxes as black and the color of the rest of the page is white. if I color the text of info boxes black it doesnt show up and if use a lighter color then the test on the page doesnt show up. is there any way to fix this i.e. have different colored text in info boxes and the rest of the page. appreciate your response Dumb_Question |
|
#2
| ||||
| ||||
| Create a new stylesheet class in stylessheet.css and use it instead of infoBoxContents. For example: Code: .infoBoxColor {
background: #F8E2AF;
color: #339966;
}
Code: class="infoBoxColor"
__________________ Michael Sasek osCMax Developer osCMax Templates - Hundreds of premium quality templates. New designs every month! xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. |
|
#3
| |||
| |||
| Whew! I found this ld post waaay down on page 28. It's been two hours of reading! When I change the stylesheet.css text colors, and link colors for the infoBox styles, the two boxes I have out in the "STAGE" of osCommerce take that style too. The two boxes out there aren't really infoBoxes, they are "New Products" and a Contribution called "X-Sell" (or Cross sell, or We Also Recommend). These boxes are not in the side columns, they are under products in the center of the shop and under the main page text of index.php. How do I set a style to be used by ONLY these two boxes? [/catalog/includes/modules/featured.php] I tried editing this but it is so very different from the [/includes/boxes/] stuff. Help?! |
|
#4
| |||
| |||
| |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to change color of text in categories box | joanstead | osCMax v2 Customization/Mods | 2 | 01-17-2006 06:58 AM |
| Specific Problem with Text Color | draeseke | osCommerce 2.2 Modification Help | 1 | 08-01-2005 06:03 AM |
| Help Changing infobox headings from text to an image | seandon01 | osCommerce 2.2 Modification Help | 1 | 12-31-2004 03:08 PM |
| Text Color | groggory | osCMax v1.7 Discussion | 11 | 12-09-2004 12:04 PM |
| How do you change the text color in the box headings? | jmbishop | osCommerce 2.2 Modification Help | 1 | 02-13-2003 06:13 PM |