(01-23-2012, 02:36 PM)BreShiE Wrote: My laptop charger has broke so I can't use my laptop any more or I'd help via TeamViewer. Go to:
ACP - Templates and Styles - Your Theme - global.css
Then underneath panel do what ace said in his first post.
That doesn't make sense. You can't define a classes CSS attributes within another classes attributes.. What you're suggesting would be to have:
Code:
#panel {
.classname a {
color: #FFF;
}
}
Which doesn't make any sense lol.
As I said before though, I've worked out how to make the links a different colour, I'm just stuck on the Lost Password link as it throws an error.
EDIT:
Never mind I worked it out eventually..
Just created
Code:
#panel a {
color: #FF!important;
}
Not sure if that's what you guys meant or not but I got there in the end so thanks for your help.