PDA

View Full Version : Changing the website Background Color



wittyhost
04-05-07, 02:10 AM
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

Adam
04-05-07, 02:14 AM
Hey,

Try the css file for that template.

From,
Adam

wittyhost
04-05-07, 02:23 AM
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;
}

Gregg
05-16-07, 02:41 PM
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

Adamski
05-16-07, 02:49 PM
body [
background-image:url(path/to/file);
}

in its simplest

Gregg
05-16-07, 02:55 PM
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 :D

jmashweb
09-08-09, 07:35 AM
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