- This topic has 11 replies, 3 voices, and was last updated 1 year, 1 month ago by
Fernando.
-
AuthorPosts
-
September 29, 2022 at 5:32 am #2357555
John
For example: https://www.rageheart.co/wp-content/uploads/2022/09/Screen-Shot-2022-09-29-at-7.28.15-am-1.png
Cleared the browser cache, disabled all plugins, plus the other stuff you mentioned. The issue remains.
See the CSS editor in the image. It doesn’t look like one of my styles from my sheets. It looks like it comes from the theme somehow. I tried overriding it with my own rule but it didn’t work.
So I’m out of ideas.
How do I fix?
September 29, 2022 at 11:27 am #2358041Ying
StaffCustomer SupportHi John,
Is this a post title block? If so, you can change its color within the block settings.
September 30, 2022 at 10:36 am #2359135John
This is the default WordPress editor when I click “new post”.
What block settings are you referring to?
September 30, 2022 at 1:53 pm #2359283Ying
StaffCustomer SupportOh I see, have you set the H1 title color to white at customizer > colors > content > h1?
October 3, 2022 at 6:42 am #2361452John
Yeah. Well, well “Content Title” is set to white.
But shouldn’t that only apply to the front end?
How do I change the back end title to black again, while keeping the front-end titles white?
October 3, 2022 at 12:59 pm #2361927Ying
StaffCustomer SupportIf the content title is set to white on front end, what’s the background color set for content?
October 4, 2022 at 9:50 am #2363036John
Content background is set to white.
But that should only be for the front-end.
I don’t understand why it would affect the back-end WordPress post editor, or how to fix it.
October 4, 2022 at 12:25 pm #2363203Ying
StaffCustomer SupportI don’t see an easy fix, WP tries to make the front end and back end look as similar as possible.
If you do not see the title on the front end, then it applies to the backend as well?
To fix this, you will need to install a child theme and create a CSS file only for the block editor and use PHP code to force the editor to load this style sheet.
Let me know if you want to go this way.
October 4, 2022 at 5:34 pm #2363410John
That’s a bit weird.
I can see the title on the front-end perfectly fine.
For example: https://www.rageheart.co/no-my-parents-didnt-give-me-drugs-when-i-was-7-years-old/
It’s just the back-end.
Is the child theme the only solution? I can’t just add some simple CSS to fix it?
October 4, 2022 at 7:18 pm #2363461Fernando Customer Support
Hi John,
This is default WordPress behavior.
One thing you could do is go to Appearance > Customize > Colors > Body, and set a Background color.
Other than that, you would need to create a stylesheet for your Block Editor as mentioned by Ying.
October 6, 2022 at 6:03 am #2365127John
I found a far simpler solution.
I used the Customiser to change the color back to black (which fixed the white text in the back-end editor) and then custom CSS to target the <h1> tag specifically on the front-end.
Simple and easy.
October 6, 2022 at 4:55 pm #2365722Fernando Customer Support
I see. Glad you found a solution!
-
AuthorPosts
- You must be logged in to reply to this topic.