how do you change the header colours of the website? because no matter what I do it won't change :(
try pasting this:
div#header { background: #92cdff; } div#hSub { background-color: #008aff; text-align: center; }
you can take of text-align
try pasting this:
div#header {
background: #92cdff;
}
div#hSub {
background-color: #008aff;
text-align: center;
}
you can take of text-align