View Full Version : "View First Unread" - I can't see it
myagentcam
11-30-2014, 07:50 PM
This link is about the same color as my background it is in. How can I change the color of that link? I have googled it and seen people recommend using Firebug to fix it. I tried that and couldn't figure it out.
Is there a stylevar I can edit to change that color of the link? Please advise.
ForceHSS
11-30-2014, 08:51 PM
What link?
ozzy47
11-30-2014, 09:04 PM
Well, that is controlled by the stylevar, link_color and linkhover_color which will change all links on all pages.
Now if you only want to change that one item, add this to your additional.css
a.firstunread {
color: red !important;
}
a.firstunread:hover {
color: limegreen !important;
}Change red and limegreen as desired.
myagentcam
11-30-2014, 11:33 PM
I don't have an additional.css file...?
I'm in style manager and when I go to 'edit templates' it doesn't come up.
The drop down shows Activity stream template and Ad Location template. Mot shoukd be getween those, but it isn't there. Any ideas?
ozzy47
11-30-2014, 11:35 PM
You most certainly do, it is in the group CSS Templates. Click on that to expand the group. :)
myagentcam
11-30-2014, 11:59 PM
Got it!! Finally found it, thank you so much!!!
ozzy47
12-01-2014, 12:04 AM
It is here.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.