I'm trying to change the appearance of the background on the Actinic Payments page.
I have edited ekashu.css with a revised image called "background-image.jpg" but it hasn't made any differnece.
Just to test, I uploaded the standard files and "Published Design" but the background remains white. (It should be a black gradient.)
Can anyone shed any light on this? Or post a bit of sample code for the "body" in ekashu.css.
Below is the standard bit of code in ekashu.css which doesn't appear to have any effect.
	
							
						
					I have edited ekashu.css with a revised image called "background-image.jpg" but it hasn't made any differnece.
Just to test, I uploaded the standard files and "Published Design" but the background remains white. (It should be a black gradient.)
Can anyone shed any light on this? Or post a bit of sample code for the "body" in ekashu.css.
Below is the standard bit of code in ekashu.css which doesn't appear to have any effect.
HTML Code:
	
	body {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	background: url('background-gradient.jpg') repeat-x;
	background-color: #000;
	margin-top: 20px;
}

Comment