Okay. We need to back up. I was able to change the text color on the "register page" to:
}
table.register-table
td.data-name {
text-align: right;
font-weight: normal;
color: #cccccc;
width: 30%;
}
I had to add the line "color: #cccccc;"
....
td.data-name is the style that is dark on all the other pages such as auth.tpl, gift cert, well any place with a data name (label) next to an input box. I need all those the same. Is there a global setting? I can't locate it.
could use some friendly and revealing help!
