Content block editor issue
Permalink
Using 5.4.0.3
I have a client whos site has a black background and all his text is white.
Unfortunately when he goes to edit text on his site in the content editor, he can't actually see it (content editor background is white + white text = a whole heap of white).
I understand this issue has popped up before - any ideas on how we can resolve this?
Jesse
I have a client whos site has a black background and all his text is white.
Unfortunately when he goes to edit text on his site in the content editor, he can't actually see it (content editor background is white + white text = a whole heap of white).
I understand this issue has popped up before - any ideas on how we can resolve this?
Jesse
Same problem here. Any resolution?
Same problem here. Any resolution?
Play with the code in your typography.css
inside the 'body' tag.
body
{
/* customize_default_bg*/background-color:#000000; /* customize_default_bg*/
}
should make it black.
Tony used this line of code in the body tag on his earthtones theme to make the background grey:
/* customize_body */ color: #ccc; /* customize_body */
inside the 'body' tag.
body
{
/* customize_default_bg*/background-color:#000000; /* customize_default_bg*/
}
should make it black.
Tony used this line of code in the body tag on his earthtones theme to make the background grey:
/* customize_body */ color: #ccc; /* customize_body */