Please or Register to create posts and topics.

1.9.2 Color Change Issues

Hello!

I just upgraded to version 1.9.2 and I used to be able to put the following code at the end of my style.css to change the color of certain things. After upgrading it no longer seems to be working.

Here is the code:

/* CUSTOM CODE */

#af-wrapper .highlight-admin,
#af-wrapper .highlight-moderator,
#af-wrapper .highlight-admin a,
#af-wrapper .highlight-moderator a {
    color: #3399ff !important;
}
#af-wrapper .info {
    background-color: #3399ff !important;
}
#af-wrapper .info {
    color: white !important;
}

Thanks for any help!

Edit: It seems to be working now. I think my cache was not purging correctly at first.