Hi,
How do I change the alternate front page to 'grey' from simple white?
Regards
Linisei
Hi,
How do I change the alternate front page to 'grey' from simple white?
Regards
Linisei
Hey,
If you mean the style of the page (grey background) open up the relevant stylesheet and change the body background colour, eg:
body {
background:none repeat scroll 0 0 #FFFFFF;
color:#444444;
}
James
You must log in to post.