wittyhost Posted April 5, 2007 Share Posted April 5, 2007 Hello, does anyone know where exactly I can change the gray background color for the whmcs website? I've looked everywhere - in the template files and cannot seem to find it anywhere. Thanks, Brett 0 Quote Link to comment Share on other sites More sharing options...
Adam Posted April 5, 2007 Share Posted April 5, 2007 Hey, Try the css file for that template. From, Adam 0 Quote Link to comment Share on other sites More sharing options...
wittyhost Posted April 5, 2007 Author Share Posted April 5, 2007 Found it, if anyone would like to find out where to change the backround color it is in the styles.css stylesheet in the templates folder. Change body { background-color: #333333; } 0 Quote Link to comment Share on other sites More sharing options...
Gregg Posted May 16, 2007 Share Posted May 16, 2007 How would you set an image as the background instead of a colour? Say the image name was background.jpg How would the code go? Thanks in advance.. Gregg 0 Quote Link to comment Share on other sites More sharing options...
Adamski Posted May 16, 2007 Share Posted May 16, 2007 body [ background-image:url(path/to/file); } in its simplest 0 Quote Link to comment Share on other sites More sharing options...
Gregg Posted May 16, 2007 Share Posted May 16, 2007 body [ background-image:url(path/to/file); } in its simplest Just incase any other users use this, it should be body { background-image:url(path/to/file); } Thanks Alot OneStopAd, it works now 0 Quote Link to comment Share on other sites More sharing options...
jmashweb Posted September 8, 2009 Share Posted September 8, 2009 Hi am hoping someone can help me, I am trying to change the background colour of my invoice emails but cant find the correct file to edit. I have found the one that handles the pdf invoice but not the other one. Or.. is there a way to insert a body div or call a css sheet via the email editor, as every time I have tryed the editor strips the code. Thank you in advance Joe 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.