can somebody help me alter the following?

Unique Joomla 1.5 template with powerful navigation and stunning design discussion forum
GK User
Mon Feb 07, 2011 5:48 pm
is it possible to change the body background to black and have white text?
area.gif
User avatar
Expert Boarder

GK User
Wed Feb 09, 2011 8:11 pm
anyone?
User avatar
Expert Boarder

teitbite
Thu Feb 10, 2011 6:53 pm
Hi

Add this to css:

Code: Select all
div#component {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
}
User avatar
Moderator

GK User
Thu Feb 10, 2011 8:42 pm
thank you kind sir
User avatar
Expert Boarder


cron