Body bckground in WHMCS

Kind of vague.
Which page specifically.

If you want to find out pretty much anything about any page use Firefox and install the Firebug addon. It's amazing.
 
Find the section in your "style.css" found in the template folder that you are using in WHMCS called body { }

Change "background-color:#<Color here>;"

That's it!
 
WHMCS is very easy to template, the template folder will be at:

path/to/whmcs/templates/portal

if you use the original template. I'd suggest copying and renaming the folder so that your changes don't get overwritten on the next update.

You can edit pretty much any part of any page, but it's not a good idea to make changes to too many of the template files, as you may need to redo them all again on the next update (I speak from experience). Try to just edit the css and header/footer files and you will save yourself work in the future.
 
Depending on what template you are using everything is located under the style.css in the default or portal folder. Also, you can customize the individual pages via these folders as well.
 
WHMCS are bringing out another new release soon, so if you do make changes to individual pages then bear in mind that you will need to remake them when you upgrade.
 
WHMCS is very easy to template, the template folder will be at:

path/to/whmcs/templates/your theme name

if you use the original template. I'd suggest copying and renaming the folder so that your changes don't get overwritten on the next update.

You can edit pretty much any part of any page, but it's not a good idea to make changes to too many of the template files, as you may need to redo them all again on the next update (I speak from experience). Try to just edit the css and header/footer files and you will save yourself work in the future.
Find the section in your "style.css" found in the template folder that you are using in WHMCS called body { }

Change "background-color:#<Color here>;"

That's it!

this are the best answer remember to make a backup of your css before you start working on it.
 
WHMCS is very easy to template, the template folder will be at:

path/to/whmcs/templates/portal

if you use the original template. I'd suggest copying and renaming the folder so that your changes don't get overwritten on the next update.

You can edit pretty much any part of any page, but it's not a good idea to make changes to too many of the template files, as you may need to redo them all again on the next update (I speak from experience). Try to just edit the css and header/footer files and you will save yourself work in the future.

This is the best answer.
 
there is also a styles.css in the cart folder that controls the color and styles of the boxes inside the order form.

The path will look something like this: path/to/whmcs/templates/orderforms/cart [whatever cart you are using]
 
Back
Top