MyBB Community Forums

Full Version: Make PM link visible
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I tryed to make 2 links visible in the PM notification. So I don't want to re-color all the links but only this 2 links on the image:

[Image: 57263640.png]


So what code or template do I need to edit for doing this, And Not all the white links need to be a diffrent color no!!! only this 2 links at the image..

I was searching on the global template bij PM alert but there is no text link color or text color..

So who can help me??
try adding .pm_alert a{color: requiredcolor !important;} at the bottom of global.css (eg. .pm_alert a{color: #000fff !important;})
(2012-01-27, 04:17 PM)ranjani Wrote: [ -> ]try adding .pm_alert a{color: requiredcolor !important;} at the bottom of global.css (eg. .pm_alert a{color: #000fff !important;})

GREAT!! I have put the follow code at the end of the global.css and its works!!

.pm_alert a{color: #000fff !important;})
}


Thanks for helping me!!!