kevinmiami Posted April 29, 2006 Posted April 29, 2006 I cant find the tag in the stylesheet to change the font colour in forms --like the words "name, address, phone, etc." when you sign up for an account it defaults to the colour used in BODY - and if I change that it looks weird on other pages. changing the colour in the FORM tag doesnt seem to worke either
spax Posted April 29, 2006 Posted April 29, 2006 Open catalog/create_account.php in a text editor, scroll down and you will see all the inputs are controlled by the class 'main' from the stylesheet. You could create a new rule in your stylesheet and change the class="main" to class="newRule" in create_account.php. Don't alter the 'main' rule in the stylesheet as that will impact on lots of pages within your application. Backup before making any alterations, just in case you mess up.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.