1

Topic: How do I change the bgcolor of the Annoucement ?

How do I change the bgcolor of the Annoucement and just that without affecting other parts of the forum style?

Re: How do I change the bgcolor of the Annoucement ?

in your CSS, search for #announce
If it isn't there, create this:

div#announce {
background-color: #FF0000;
}

Change the colour to whatever you want smile