This is a discussion on Help needed changing link color in info box header within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Hi I'm having trouble changing the link color for the Specials and New Products info boxes. I have tried changing ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hi I'm having trouble changing the link color for the Specials and New Products info boxes. I have tried changing it in the stylesheet by doing A.infoBoxHeading : { color etc. but that hasn't worked. It may be the class is not recognized by those boxes. Anyway I'm going in circles on where to make a change that will do it. Thanks for any suggestions. Jeff |
|
#2
| ||||
| ||||
| link color for text in info boxes including specials is defined in stylesheet.css from lines 27-35 as follows. A working example is at www.offshore-haven.com as used below. A { color: #CC3300; text-decoration: none; } A:hover { color: #CC3300; text-decoration: underline; } Cliff
__________________ Clifton Murphy CEO/CTO Hyperactive Inc. osCommerce hosting, OSCMAX hosting, osCommerce modification, and OSCMAX modification specialists! |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Changing Background Color of Header | knowgangs | osCMax v1.7 Discussion | 2 | 07-12-2005 11:32 AM |
| Link color | cewncew | osCommerce 2.2 Modification Help | 3 | 01-12-2005 01:57 PM |
| Changing the layout..hELP Needed!! | kellycog | osCommerce 2.2 Modification Help | 1 | 06-29-2004 05:33 PM |
| font color in new products info box header? | Kristine | osCMax v1.7 Discussion | 6 | 02-16-2004 12:01 PM |
| Changing Product Info Font Color | JaaMor | osCommerce 2.2 Modification Help | 2 | 11-11-2003 06:46 PM |