juss_me Posted November 23, 2004 Posted November 23, 2004 I need to change the font color in some of the sections like "New Customer" on my login page. As it is now, the font is the same color as the background, so the text does not show up. It is not just on this page, but other pages throughout the checkout process as well. I know the text is there, becuase when I highlight the page, I can see it. My question is, what bit of the CSS controls the font color in those boxes? Or, if it's not done with CSS, what do I need to change, and where do I change it? To see what I'm talking about, click here, but please don't try to order anything, I'm not near ready. I am new at this, so please be as specific as possible. Thanks!
Guest Posted November 24, 2004 Posted November 24, 2004 My advice is to find a tutorial on cascading stylesheets (css). Most of oscommerce is designed that way and the code can be found in catalog/styesheet.css To see what's calling it, have a look at the source code eg: For New Customer <td class="main" width="50%" valign="top"><b>New Customer</b></td> you have class="main" , so main will be in this style sheet as well as td both of those will be found in stylesheet.css and will play a part in what that line looks like
Guest Posted November 24, 2004 Posted November 24, 2004 Thank You! <{POST_SNAPBACK}> no problem, good luck
Recommended Posts
Archived
This topic is now archived and is closed to further replies.