- This topic has 9 replies, 3 voices, and was last updated 1 year, 5 months ago by
Tom.
-
AuthorPosts
-
December 21, 2020 at 2:54 am #1588921
Laura
Elvin, I have another small problem that I may not be able to do anything about, and is my fault since I made the content background transparent so the dark photo that is the body’s background would show across everything but the side bar.d image photograph. My blog has light text over the dark body photo image, and since my edit page retains the light text and transparent background, I can barely see the text on my edit page. Is there any way to turn off the colors on the edit page, and have regular black print on white background?
You will have seen what my posts look like from my other question to you on featured images being where they shouldn’t be in the posts, light colored text on a transparent background, against a dark photograph body.
Thanks again, Elvin.
LauraDecember 21, 2020 at 8:21 am #1589563David
StaffCustomer SupportHi there,
in the block editor – click the 3 dot menu in the top right hand corner. Click preferences and then uncheck:
Use theme styles
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/December 21, 2020 at 9:38 am #1589670Laura
Done. But no change in text color.
December 21, 2020 at 11:28 am #1589773Tom
Lead DeveloperLead DeveloperHi there,
You can tell GeneratePress not to stylize the editor with this filter:
add_filter( 'generate_show_block_editor_styles', '__return_false' );
Adding PHP: https://docs.generatepress.com/article/adding-php/
Perhaps that’ll do the trick?
Let us know ๐
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentJanuary 6, 2021 at 2:24 pm #1608606Laura
This css doesn’t seem to be editor-page-text-color-specific, and looks like it might turn off the whole option of having the editor look like the finished product as closely as possible, which is “throwing the baby out with the bathwater”. It’s too important and time-efficient to not have to keep flipping back and forth to see the effects of my changes.
I’ve sent you a link of an editor page that shows how hard it is to read peach-colored text against a white background. In effect, this eliminates the option to choose a dark background with light text.January 7, 2021 at 2:42 am #1609079David
StaffCustomer SupportCan you provide a login to the site so we can see the post editor ?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/January 7, 2021 at 8:03 am #1609722Laura
Provide a login? Could you not see the edit page I sent you a link for? Not sure how providing a login is different from sending a link. Anyway, tell me what you need from me. I’m an amateur, sorry.
January 8, 2021 at 9:38 am #1611254Tom
Lead DeveloperLead DeveloperCan you try setting your body background in “Customize > Colors > Body”?
Right now it’s set to white, even though your website has a dark background image.
If you change the color to a color closer to the background image, the editor will adjust and you’ll be able to see your text better.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentJanuary 8, 2021 at 1:54 pm #1611526Laura
My hero!!
January 9, 2021 at 9:47 am #1612408Tom
Lead DeveloperLead DeveloperGlad I could help! ๐
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development -
AuthorPosts
- You must be logged in to reply to this topic.