2014-01-03, 03:34 PM
Hey guys,
I have problems with the text colours of links at the bottom of my pages (index & threads), because the normal link colour is blue and my container background is blue
Here is a screenshot with the problem, and one screenshot where I marked the links with my mouse:
[attachment=30771][attachment=30772]
I dont want to change the bg, so I tried changing the link colour in the global.css
The problem is now, that these codes also change the colour of every other link (e.g. Mod CP, Usernames in Shoutbox, and other links) in my forum -.-
I need a way to only change those links at the bottom of my page, the ones that show the mybb copyright and the thread options.
Can you help me?
Thanks a lot
I have problems with the text colours of links at the bottom of my pages (index & threads), because the normal link colour is blue and my container background is blue
Here is a screenshot with the problem, and one screenshot where I marked the links with my mouse:
[attachment=30771][attachment=30772]
I dont want to change the bg, so I tried changing the link colour in the global.css
a:link {
color: #026CB1;
text-decoration: none;
}
a:visited {
color: #026CB1;
text-decoration: none;
}
a:hover, a:active {
color: #000;
text-decoration: underline;
}
The problem is now, that these codes also change the colour of every other link (e.g. Mod CP, Usernames in Shoutbox, and other links) in my forum -.-
I need a way to only change those links at the bottom of my page, the ones that show the mybb copyright and the thread options.
Can you help me?
Thanks a lot