PDA

View Full Version : Change color on signup.php


FaithInternet
07-02-2003, 12:21 PM
I have looked all over this forum to try to find out how to change the "baby blue" section header on the signup form.

I have looked at the CSS file but I can't figure out which line deals with that particular element.

Could someone who has changed this clue me in on it?

h2oski
07-02-2003, 01:13 PM
In the very last line of templates/Raleigh/style/style.css you will see this

.signupdivider { padding-left: 10px; font-weight: bold; color: black;background-color: rgb(224,231,243);  }

that is the style for the light blue/purple header bar
Of course the rgb(224,231,243); what makes the backgroud that color.

FaithInternet
07-02-2003, 01:16 PM
Thanks