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

[Bug]: Site title block color can't be changed on Eventual theme #7666

Open
AnjanaV93 opened this issue Mar 4, 2024 · 5 comments
Open

[Bug]: Site title block color can't be changed on Eventual theme #7666

AnjanaV93 opened this issue Mar 4, 2024 · 5 comments
Labels
Customer Report Issues or PRs that were reported via Happiness. Previously known as "Happiness Request". [Pri] Normal [Theme] Eventual Themes Triaged [Type] Bug Something isn't working

Comments

@AnjanaV93
Copy link

Quick summary

Changing the site title block color does not affect the frontend.

Steps to reproduce

  1. Use Eventual theme
  2. Change the site title color in the template editor
  3. Notice that it looks fine in the editor
  4. But in front-end, the color is not updated (always blue)

What you expected to happen

For color to change based on template edits.

What actually happened

The color is always Blue for the site title block.

Browser

Google Chrome/Chromium, Mozilla Firefox, Microsoft Edge, Apple Safari, iOS Safari, Android Chrome

Context

7826992-zen

Platform (Simple, Atomic, or both?)

Simple

Other notes

Editor:

image

Frontend:
image

Reproducibility

Consistent

Severity

None

Available workarounds?

None

Workaround details

CSS workaround is possible.

@AnjanaV93 AnjanaV93 added [Type] Bug Something isn't working Needs triage labels Mar 4, 2024
Copy link
Contributor

github-actions bot commented Mar 4, 2024

Support References

This comment is automatically generated. Please do not edit it.

  • 7826992-zen
  • 7831131-zen
  • 7829689-zen
  • 7837114-zen

@github-actions github-actions bot added the Customer Report Issues or PRs that were reported via Happiness. Previously known as "Happiness Request". label Mar 4, 2024
@mdtanjid0
Copy link

Similar case here:

  • 7831131-zen (needs to be followed up)

Theme: Byrne

As a workaround, I shared this custom CSS:

/* Adjust heading color bug - themes-issues-7666 | ( 7831131-zen ) MT */

.home .wp-block-cover h2 a{
    color: #FFF;
}

@Neha93517
Copy link

Same issue here: 7829689-zen
Theme: Eventual

@Jaykame
Copy link

Jaykame commented Mar 5, 2024

Similar issue with 7837114-zen
Theme: Kigen
Platform: Simple site

Previously, CSS was given as a workaround.

@filipanoscampos
Copy link

📌 REPRODUCTION RESULTS

– Tested on Simple: Replicated
– Tested on Atomic: Replicated when the Gutenberg plugin is active only

📌 FINDINGS
Probably related to another bug, Automattic/wp-calypso#88107 (comment)

📌 ACTIONS
Report kept.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Customer Report Issues or PRs that were reported via Happiness. Previously known as "Happiness Request". [Pri] Normal [Theme] Eventual Themes Triaged [Type] Bug Something isn't working
Projects
Development

No branches or pull requests

5 participants