Guest Posted December 4, 2005 Posted December 4, 2005 Hey, I would like to change the font color of the links in my column_left.php. I tried to rename the style for them and added this code: A.productListing { color: #FFFFFF; text-decoration: none; } A.productListing:hover { color: #FFFFFF; text-decoration: none; } Unfortunately, it still just shows the default link style of: A { color: #000000; text-decoration: none; } A:hover { color: #EEEEEE; text-decoration: underline; } The problem I run into is that the column that the column_left.php links are in is kind of a dark orange and the main conent area is white, so I need to have two different link colors or else it is hard to read in one of them. Thanks for any help you might be able to offer! Have a great day -
kdahlke Posted December 4, 2005 Posted December 4, 2005 Not sure if this is exactly what you are looking for but in /catalog/stylesheet.css I changed the following code to produce black text on white background in all of the boxes. TD.infoBoxHeading { font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; background: #ffffff; color: #000000; Good luck. Hey, I would like to change the font color of the links in my column_left.php. I tried to rename the style for them and added this code: A.productListing { color: #FFFFFF; text-decoration: none; } A.productListing:hover { color: #FFFFFF; text-decoration: none; } Unfortunately, it still just shows the default link style of: A { color: #000000; text-decoration: none; } A:hover { color: #EEEEEE; text-decoration: underline; } The problem I run into is that the column that the column_left.php links are in is kind of a dark orange and the main conent area is white, so I need to have two different link colors or else it is hard to read in one of them. Thanks for any help you might be able to offer! Have a great day -
Guest Posted December 5, 2005 Posted December 5, 2005 Hey, thanks man, that helps a lot! Have a great day and thanks again! Not sure if this is exactly what you are looking for but in /catalog/stylesheet.css I changed the following code to produce black text on white background in all of the boxes. TD.infoBoxHeading { font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; background: #ffffff; color: #000000; Good luck.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.