You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
Hi, sorry to ask for help again so soon, but I've got another problem. My checkout form (the form where they fill out their name, address, blabla) is in colors that I don't like. By default it makes some of the text areas yellow with white text (very hard to read) and some of them are black. I know you can change the color of each text area by going into the <input> tag and putting style="color:#000000", but I can't get access to each <input> tag!
Offline
The easiest way to do this is within the Admin area go to Global Settings > Manage HTML settings. However, this will set all HTML styles globally throughout your store. If you are familar with PERL and aren't afraid to get your feet wet, go into ste_checkout.pl and you can also modify your styles there.
Offline
I believe the filename is ste_chkout.pl
Offline