Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cover Block in Zuki Overlay Color Theme Default Not Showing #3329

Open
azollafox opened this issue Feb 22, 2021 · 0 comments
Open

Cover Block in Zuki Overlay Color Theme Default Not Showing #3329

azollafox opened this issue Feb 22, 2021 · 0 comments

Comments

@azollafox
Copy link

Steps to replicate

  1. Activate Zuki Theme
  2. Add a Cover Block
  3. Select the theme color grey
    Markup on 2021-02-22 at 13:53:55

Result

When the content is published it shows a white background instead. Because the text is also white that makes the content impossible to see.
Markup 2021-02-22 at 13 55 02

Expected

I would expect what is shown in the editor to match what is shown in the published content.

Work arounds

  1. CSS can be provided to set the background color as desired like
/*Sets Cover Block background to grey*/
.wp-block-cover{
background-color: #cdcdcd;
}
  1. If you use the color picker in the block instead of selecting the theme default color provided it will display in the published content.
  • User report: 3714521-zen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants