Link collor blue

Permalink
Hello!
Can't seem to change the linkcolor in the editor. Is there anywhone with the same issue?

1 Attachment

pixel
 
pixel replied on at Permalink Reply
pixel
It would be nice if it can be overwritten bij CSS...
Steevb replied on at Permalink Reply
Steevb
Just a colour for the editor.

Should not affect your theme, so why worry about it?
pixel replied on at Permalink Reply
pixel
Wel, because it't blue in the frontend.http://www.nl-convectoren.nl/ and I cannot find what is generating blue links. Overriding it isn't working...
Steevb replied on at Permalink Reply
Steevb
Take out the inline style: <span style="color: #0000ff;">

Change CSS link selector '#container a:link{color:#53534a;}' to the shorthand version and reference 'content', not container.

'#content a:link, a:visited, a:hover{color:#53534a;}'

Hope that works for you.
pixel replied on at Permalink Reply
pixel
Thank you.

The problem is I don't know what file is generating <span style="color: #0000ff;">
Steevb replied on at Permalink Best Answer Reply
Steevb
Is it being formatted through the text editor?

In edit mode open the content in the text editor click HTML button.

Delete all the spans.
pixel replied on at Permalink Reply
pixel
Ah yes, thats it. Thank you. But, do I have to change them all by hand, or is there a way to overrride? Why is it putting this there without asking me first ;)
Steevb replied on at Permalink Reply
Steevb
Someone must have put the spans in to start with?

Was content copied from somewhere else?

Anyway, delete all by hand. There only a few.
pixel replied on at Permalink Reply
pixel
Hmmm I doubt that someone had put them there. So you are probably right that they are copied.

Thanks!