tjmartin Posted June 10, 2010 Share Posted June 10, 2010 i have been customizing my own template and all is looking good so far. However, there is two areas that i cannot seem to find the code for. one would be the status. Currently it is showing as white text on white background similar to the attached image. Second, see the attached image please...the "your details" in the shopping cart. i cant seem to find the css colors for this. Any availble help to point me in the right direction would be helpful. 0 Quote Link to comment Share on other sites More sharing options...
tjmartin Posted June 11, 2010 Author Share Posted June 11, 2010 No one has any idea's where I can find this? 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted June 11, 2010 WHMCS Support Manager Share Posted June 11, 2010 Which order form template are you using? Setup > General Settings > Ordering. 0 Quote Link to comment Share on other sites More sharing options...
tjmartin Posted June 13, 2010 Author Share Posted June 13, 2010 This would be the boxes template. 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted June 14, 2010 WHMCS Support Manager Share Posted June 14, 2010 You'll need to check the frame table colour in /templates/orderforms/boxes/style.css You may also need to edit the table directly: <table width="100%" cellpadding="2"> <tr><td width="100" class="fieldarea">First Name</td><td><input type="text" name="firstname" style="width:80%;" value="" /></td></tr> <tr><td class="fieldarea">Last Name</td><td><input type="text" name="lastname" style="width:80%;" value="" /></td></tr> 0 Quote Link to comment Share on other sites More sharing options...
tjmartin Posted June 14, 2010 Author Share Posted June 14, 2010 You'll need to check the frame table colour in /templates/orderforms/boxes/style.css You may also need to edit the table directly: <table width="100%" cellpadding="2"> <tr><td width="100" class="fieldarea">First Name</td><td><input type="text" name="firstname" style="width:80%;" value="" /></td></tr> <tr><td class="fieldarea">Last Name</td><td><input type="text" name="lastname" style="width:80%;" value="" /></td></tr> I appreciate your response..basically i have disovered that there is no table for this in the .css but it has to be getting its info from somewhere. I was able to at least make the text show by using your code, but the box itself is still white on a dark theme and looks hideous..lol. I guess maybe i will look into your integration service. 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted June 14, 2010 WHMCS Support Manager Share Posted June 14, 2010 Just add the formatting to the <table width="100%" cellpadding="2"> line. Or add it to the css yourself 0 Quote Link to comment Share on other sites More sharing options...
tjmartin Posted June 14, 2010 Author Share Posted June 14, 2010 Thanks john, your help is appreciated 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.