Dkf Active member Mar 22, 2023 #1 I have a dark forum style. And I have problem - I don't see links in editor White color on a white background. How can i change the colors of the link only in editor? But leave it white in other places.
I have a dark forum style. And I have problem - I don't see links in editor White color on a white background. How can i change the colors of the link only in editor? But leave it white in other places.
Solution Paul B Mar 23, 2023 Why didn't you say ... Less: .fr-box a { color: black; } Seems odd having a light editor in a dark style though. Why not make the editor dark to match the style?
Why didn't you say ... Less: .fr-box a { color: black; } Seems odd having a light editor in a dark style though. Why not make the editor dark to match the style?
TPerry Well-known member Mar 22, 2023 #2 What "link" are you referring to.. are you talking about the input text into the editor? Upvote 0 Downvote
Dkf Active member Mar 22, 2023 #3 Tracy Perry said: What "link" are you referring to.. are you talking about the input text into the editor? Click to expand... Text is ok. Text is black. I have problem only with urls… Upvote 0 Downvote
Tracy Perry said: What "link" are you referring to.. are you talking about the input text into the editor? Click to expand... Text is ok. Text is black. I have problem only with urls…
Paul B XenForo moderator Staff member Mar 22, 2023 #4 Add this to the extra.less template: Less: [data-template*="thread_view"] { .bbWrapper a { color: orange; } } Change the colour to suit. Upvote 0 Downvote
Add this to the extra.less template: Less: [data-template*="thread_view"] { .bbWrapper a { color: orange; } } Change the colour to suit.
Dkf Active member Mar 23, 2023 #5 Brogan said: Add this to the extra.less template: Less: [data-template*="thread_view"] { .bbWrapper a { color: orange; } } Change the colour to suit. Click to expand... But this code changed the color of the links in the posts too. I need to change the color only in the Editor... Upvote 0 Downvote
Brogan said: Add this to the extra.less template: Less: [data-template*="thread_view"] { .bbWrapper a { color: orange; } } Change the colour to suit. Click to expand... But this code changed the color of the links in the posts too. I need to change the color only in the Editor...
Paul B XenForo moderator Staff member Mar 23, 2023 #6 Links are not parsed in the editor - they're just text until you submit the post. Can you clarify how you are seeing URLs when composing a post? Upvote 0 Downvote
Links are not parsed in the editor - they're just text until you submit the post. Can you clarify how you are seeing URLs when composing a post?
Dkf Active member Mar 23, 2023 #7 Brogan said: Links are not parsed in the editor - they're just text until you submit the post. Can you clarify how you are seeing URLs when composing a post? Click to expand... I see it in white when I try to edit a post. When I type a message in the editor, I see all the text as normal (black). Upvote 0 Downvote
Brogan said: Links are not parsed in the editor - they're just text until you submit the post. Can you clarify how you are seeing URLs when composing a post? Click to expand... I see it in white when I try to edit a post. When I type a message in the editor, I see all the text as normal (black).
Paul B XenForo moderator Staff member Mar 23, 2023 #8 Why didn't you say ... Less: .fr-box a { color: black; } Seems odd having a light editor in a dark style though. Why not make the editor dark to match the style? Upvote 1 Downvote Solution
Why didn't you say ... Less: .fr-box a { color: black; } Seems odd having a light editor in a dark style though. Why not make the editor dark to match the style?