Footer Link CSS

I have a link in a footer. This works except the colors are set to default and it is poorly visible. I need to change the link color but can’t seem to find the way. Since the HTML “color” attribute is not longer supported in html5 there is only way to do this through CSS, but I cannot find ant class in Theme Editor to do this.
BTW. Footer link in the standard editor refers only to the form (it took me some time to figure this out) - very poor naming. It will be god for NetMake to change the name from FOOTER to FORM FOOTER.

[ATTACH=CONFIG]n70574[/ATTACH]

FooterLink_001.png

I assume you did use firebug to see thing you point to? There you can at least see the css class, sadly enough scriptcse doesnt use the same classname but you may find one pretty close to the classname, that one is usually the one you need to change in the class.
Alternatively you could of course simple use and ajax and change it with some simple ajax coding…

rr- thanks, but you talking in some general term that do not help. I need more details or examples how this could be changed. As I stated - I see not CSS class for this. Is it possible to do some “inline” css coding ?etc ? Is it possible to override SC CSS, add custom class etc.?

I think the whole idea of having CSS editor embeded into SC is wrong. There are tons of external CSS WYSIWYG editors which will give developer more flexibility and take a budren of dealing with this from NetMake. This would allow to designate more time to FIX BUGS which is the major SC problem. SC needs to open to integrate with other tools - at this moment it is totally encapsulated system and very hard to customize.