Background in wordpress editor
-
When astra pro addon is activated, background changes in wp editor. It is not convenient, how to fix it?
-
Hello @milatovskaya
The background or Global Color changes made through the Customizer are supposed to reflect on the backend as well under the Gutenberg editor.
I hope that clarifies.
Regards,
Sumanbut with a dark background it is impossible to work in wordpress editor
@milatovskaya Don’t use that image site again here, it is spammy and malware ridden. Please use a reputable image sharing site instead. I have removed the link.
Hello @milatovskaya
We are unable to view the screenshot.
Can you update us if the Background Content is Black, is the Font/Text Color set to black too?
If you are still confused please reach out to us through Support Portal.
I hope that helps.
Regards,
SumanCan you update us if the Background Content is Black, is the Font/Text Color set to black too?
set website background and content background to dark
and you recive in gutenberg all dark, this impossible edit page via gutenbergwhy are you ignoring this?
or are you sure it should be?Hello @milatovskaya
Sorry for the delay, as we were on a weekend break!
While as mentioned, if the Background Color of the Content is set to Black, we will need the Text Color to be white.
Here’s a screencast on what I mean.
You will notice the same view on the backend in the Gutenberg editor as you see on the frontend with the Astra.
I hope that clarifies. Let me know how it goes.
Regards,
SumanThanks for your advice.
…but my text color was white.
no plugins installed, only astra theme and astra pro.-
This reply was modified 6 years ago by
milatovskaya.
-
This reply was modified 6 years ago by
milatovskaya.
Glad that the issue has been resolved, @milatovskaya!
Do reach out to us if you need any help through our Support Portal for quicker resolution. 🙂
And do mark the Support Topic as resolved.
Glad that the issue has been resolved, @milatovskaya!
Do reach out to us if you need any help through our Support Portal for quicker resolution. 🙂
And do mark the Support Topic as resolved
problem resolved by buying another Gutenberg-friendly theme
but thanks for you adviseI am likewise having this issue. My background is dark grey and my text is dark white on my site. In Guternberg, my background is dark grey, but my text is black.
Nothing I can do will fix this. I followed all of the steps in the screencast in the previous post, but nothing changed.
I am likewise having this issue. My background is dark grey and my text is dark white on my site. In Guternberg, my background is dark grey, but my text is black.
Nothing I can do will fix this. I followed all of the steps in the screencast in the previous post, but nothing changed
you can use this as a temporary solution, but it still looks awful
add_theme_support( 'editor-styles' ); add_theme_support( 'dark-editor-style' ); add_action( 'admin_head', function () { ?> <style> body:not(.gutenberg-editor-page) h1, body:not(.gutenberg-editor-page) h2, body:not(.gutenberg-editor-page) h3, body:not(.gutenberg-editor-page) h4, body:not(.gutenberg-editor-page) h5, body:not(.gutenberg-editor-page) h6, body:not(.gutenberg-editor-page) #wpbody p { color: #ffffff } body:not(.gutenberg-editor-page) a, body:not(.gutenberg-editor-page) .button-link { color: #ff7f00 } </style> <?php } );I appreciate the code! Unfortunately, I’m still pretty new to this stuff, so I don’t exactly know what to do with that. What is that modifying?
Thanks!
I figured it out. That’s for functions.php, but, yeah, it’s still very ugly and messes with a lot of things.
Unfortunately, if this isn’t fixed, I’ll have to look for a different theme, which makes me happy that I hesitated to buy Pro.
-
This reply was modified 6 years ago by
The topic ‘Background in wordpress editor’ is closed to new replies.
