Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Change Label colours?
tropnevad
New
Where can I go to change the label colours, I looked in the theme CSS but was not sure where to look.
I would like to know where I can go to change the label colours of things like Announcement, Closed, Question, Answered etc...
Any help will be appreciated.
Thanks
Tagged:
0
Answers
@tropnevad
You can use Firebug in Firefox, or a similar tool, to find out what css rule governs the elements you want to change.
If you are going to make changes to the css you should do it in a customised theme.
firefox or chrome tool is the thing you must have
So you right clicked on 'announcement' and this is what you found?
which results in
Announcement
The class is .Tag and that's what you need to change, but you better ask a CSS expert to make sure.
There was an error rendering this rich post.
if you are using a custom theme-in your custom css file , you can add these ( or find ,if you have downloaded a theme..it might be in the custom css already) :
//
ul.DataList div.Meta span.Announcement {
}
ul.DataList div.Meta span.Closed {
}
//
i use these to style the background color etc..of labels.