sultryna Posted May 2, 2006 Posted May 2, 2006 Hi everyone, Okay, I've searched the boards and have done some "trial and error" and cannot -for the life of me- figure this out. I want to change the font color in the header in the product results page (the text that says "model" "product name" "price") to white. I'm new to php script, but tried as many things that I could think of in stylesheet.css to no avail. Also, how do you change the color of the search results page table background? I've tried to change this too, with no luck. Thanks in advance! Happy day, Carol
DanielaQ Posted May 2, 2006 Posted May 2, 2006 You have to modify the catalog style sheet, the stylesheet.ccs. You can learn more about it here: http://www.oscommerce.info/kb/osCommerce/C...n_and_Layout/54
jasonabc Posted May 2, 2006 Posted May 2, 2006 Also, how do you change the color of the search results page table background? I've tried to change this too, with no luck. change the two background values of these two class lists. Or break the two productListing (odd and even) classes out separately if this change affects too many other areas of your store. TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd { background: #f8f8f9; } TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even { background: #f8f8f9; } Jason My Contributions: Paypal Payflow PRO | Rollover Category Images | Authorize.net Invoice Number Fix
Recommended Posts
Archived
This topic is now archived and is closed to further replies.