2012-09-16, 07:45 AM
2012-09-16, 10:36 AM
Please show me your CSS....
One thing you can do is..
Go to - ACP - templates & styles - Themes - Your Theme - Global.css
find :-
Replace the code in {} with this:
One thing you can do is..
Go to - ACP - templates & styles - Themes - Your Theme - Global.css
find :-
a {
Replace the code in {} with this:
color: #323232 !important;
2012-09-16, 12:48 PM
Any chance you could post a link to the actual site and areas this appears? That way we can figure out the exact CSS classes in use. For the second one you can use this:
but the first is custom to your theme by the looks of it.
.thread_tools a{
color:#000;
}
but the first is custom to your theme by the looks of it.