-
Notifications
You must be signed in to change notification settings - Fork 363
Theme Layover: Title Block Invisible In Editor #8667
Comments
9353054-zen |
Support References This comment is automatically generated. Please do not edit it.
|
@iamtakashi / @henriqueiamarino could you look into this issue? I see this is a recently launched theme. Thanks! |
@henriqueiamarino I think all the headings and the links should use |
Thanks @fushar and @iamtakashi. This one is tricky because it has a dark |
📌 REPRODUCTION RESULTS
📌 FINDINGS/SCREENSHOTS/VIDEO ![]() ![]() 📌 ACTIONS
@henriqueiamarino since only the post/page editor are affected and the template editor doesn't have the same problem, would it make sense to default to dark titles that are overridden on dark layouts? |
Thanks @iamtakashi, @fushar and @supernovia. I created a fix for it. It's waiting for a review on #8682. |
Fixed in #8682. |
Quick summary
When creating a post or a page, the title (and its placeholder) in the title block isn't visible.
When selecting it:
This is caused by the fact it's using the same color as the background color as the editor.
Steps to reproduce
The usual location of the title is clickable and editable, but not visible.
Also replicable on the demo site.
Site owner impact
Fewer than 20% of the total website/platform users
Severity
Minor
What other impact(s) does this issue have?
No revenue impact
If a workaround is available, please outline it here.
Enabling Show template addresses it.
The source of the issue is this CSS code:
color: var(--wp--preset--color--foreground);
that's inline on the editor.It can be changed to
color: var(--wp--preset--color--secondary);
for a quick fix.Platform (Simple and/or Atomic)
Simple, Atomic
The text was updated successfully, but these errors were encountered: