Prefixes Not Showing Correct Colors

nassella

Active member
The first two colors are not showing up for me.

The pink shows up as grey (alternative health recovery story) - http://cortjohnson.org/forums/Recovery/

The light blue shows up as light grey.

Then there's grey - I have three shades of grey!

I now see that it depends on what style I'm using...they show up right in the default style but not in the others - any suggestions?
 
Last edited:
It's coming from this:

Code:
.prefix.prefixSecondary {
    color: #787878;
    background-color: #DBDBDB;
    border-color: #DBDBDB;
}

The other two are likely the same issue.

How have you styled the prefixes?
Thanks - we simply used the prefix colors provided in the admin area.
 
It's coming from this:

Code:
.prefix.prefixSecondary {
    color: #787878;
    background-color: #DBDBDB;
    border-color: #DBDBDB;
}

The other two are likely the same issue.

How have you styled the prefixes?
Thanks - we simply used the prefix colors provided in the admin area.
Which one to be, exact? Did you use any CSS at all?
I guess the answer is that we haven't changed the CSS for the prefixes....(???)
 
Top Bottom