Link collor blue
Permalink
Hello!
Can't seem to change the linkcolor in the editor. Is there anywhone with the same issue?
Can't seem to change the linkcolor in the editor. Is there anywhone with the same issue?
![pixel](/files/avatars/72439.jpg)
It would be nice if it can be overwritten bij CSS...
Just a colour for the editor.
Should not affect your theme, so why worry about it?
Should not affect your theme, so why worry about it?
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...
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.
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.
Thank you.
The problem is I don't know what file is generating <span style="color: #0000ff;">
The problem is I don't know what file is generating <span style="color: #0000ff;">
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.
In edit mode open the content in the text editor click HTML button.
Delete all the spans.
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 ;)
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.
Was content copied from somewhere else?
Anyway, delete all by hand. There only a few.
Hmmm I doubt that someone had put them there. So you are probably right that they are copied.
Thanks!
Thanks!