2012-09-04, 10:36 AM
2012-09-04, 12:34 PM
Hi, this is the color of your links.
This WILL change also the color of the links of your mybb website what I advice is to add this to your global.css
I hope I helped, if you have questions, please ask.
- Go to your admin cp
- Templates and styles
- styles
- Select your theme
- open global.css
- find a:link, a:hover, a:active, a:visited and change the color:#FFF; to color:#000;
This WILL change also the color of the links of your mybb website what I advice is to add this to your global.css
.pm_alert a:link, .pm_alert a:active, .pm_alert a:visited {
color:#000;
font-weight:bold;
}
.pm_alert a:hover {
color:#000;
font-weight:bold;
text-decoration:underline;
}
I hope I helped, if you have questions, please ask.
2012-09-04, 01:30 PM
Thanks!