Skip to content

Theme Layover: Title Block Invisible In Editor #8667

Open
@mxhassani

Description

Quick summary

When creating a post or a page, the title (and its placeholder) in the title block isn't visible.

Image

When selecting it:

Image

This is caused by the fact it's using the same color as the background color as the editor.

Steps to reproduce

  1. Activate Layover
  2. Create a new post
    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

Metadata

Type

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions