Jump to content

looking for this code


tjmartin

Recommended Posts

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.

cart.jpg

Link to comment
Share on other sites

  • WHMCS Support Manager

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>

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated