thebirdbath Posted December 8, 2005 Posted December 8, 2005 I currently have a white background on the data entry pages such as checkout_payment.php and I need to change the text on that page to black. What code on the checkout_payment.php page do insert the <font color="black"> to change the text to black. HERE IS THE PART OF THE TEXT I WANT TO CHANGE to black. I can't find it in the code. Credit Card Owner: Credit Card Number: Credit Card Expiry Date:
♥Monika in Germany Posted December 8, 2005 Posted December 8, 2005 bump, anyone? css doesn't use the font tag, but classes. You need to define a new class for a new color but I'm surpised it isn't black for you, as that is default. The code is in the modules/payment/yourpayment.php file (each payment type has own file) Best is to view the sourcecode of the page generated, to see what class is used now. :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...
thebirdbath Posted December 8, 2005 Author Posted December 8, 2005 css doesn't use the font tag, but classes. You need to define a new class for a new color but I'm surpised it isn't black for you, as that is default. The code is in the modules/payment/yourpayment.php file (each payment type has own file) Best is to view the sourcecode of the page generated, to see what class is used now. Thanks Monica, that is were I am confused. The default font color is black but I had to change it because the client wanted a black background. So I changed the font color to white......know I have to go to all the pages and change the font colors to in the page field to black as they ARE NOT individually classed in the stylesheet.css. Am I missing something? Here is the store. http://www.friendsofbilljewelry.com/catalog
♥Monika in Germany Posted December 8, 2005 Posted December 8, 2005 Thanks Monica, that is were I am confused. The default font color is black but I had to change it because the client wanted a black background. So I changed the font color to white......know I have to go to all the pages and change the font colors to in the page field to black as they ARE NOT individually classed in the stylesheet.css. Am I missing something? Here is the store. http://www.friendsofbilljewelry.com/catalog if you want me to view checkout, please provide login data ,... I won't create an account. As for classes, there is always the option to create new ones. :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.