XF 1.2 How to change color of text

This is the only css I have inserted...
.message .messageContent .messageText img {
max-width: 425px;
max-height: 425px;
}

.thread_view .messageContent .username:hover {
color: blue !important;
}

.message .signature .bbCodeImage {
max-height: 120px !important;
max-width: 600px !important;
}

.formPopup .ctrlUnit > dt, .ctrlUnit > dd > * > li { color: black;}

#QuickSearch .textCtrl {background-color: #F2F5A9;}

#QuickSearch .textCtrl::-webkit-input-placeholder {
color: black;
}


#QuickSearch .textCtrl:-moz-placeholder { /* Firefox 18- */
color: black;
}

#QuickSearch .textCtrl::-moz-placeholder { /* Firefox 19+ */
color: black;
}


#QuickSearch .textCtrl:-ms-input-placeholder {
color: black;
}

.node .nodeLastPost .lastThreadTitle a
{
font-weight: bold;
font-family: helvetica;
}
 
Yeah. It just wont change. The bold button works, italicize button works. But the color of text doesnt for some reason. I know if I change the building blocks, it changes stuff throughout the forum that i don't realize. Is there another way to change the text color that i might have done by accident?
 
Yeah. It just wont change. The bold button works, italicize button works. But the color of text doesnt for some reason. I know if I change the building blocks, it changes stuff throughout the forum that i don't realize. Is there another way to change the text color that i might have done by accident?

Try changing it on a completely default style. If it works on there, then it's probably some of that CSS you have that's causing it.
 
Top Bottom