Anyone can provide path to alter body bckground color of whmcs?:help:
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/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!
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.