Success! Thanks very much for this, much appreciated.
Should have tried !important already. Thanks for the reminder. Unfortunately that hasn’t worked either 🙁
Thanks! The reason I need the link part in there is because elsewhere I’ve specified that I want the links to be black across the whole site, but in this area and only this area I want them to be white. With the code above it renders all the links black.
So I also have this in the custom CSS:
a:link {
color: rgb( 0, 0, 0);
}
I can get it to override this for the external links in the copyright-info area but not internal links.