themes icon indicating copy to clipboard operation
themes copied to clipboard

[Bug]: Munchies - Site Title Color does not change

Open donalirl opened this issue 2 years ago • 0 comments

Quick summary

The Site Title block's color settings have no effect on this theme.

Steps to reproduce

  1. Activate the Munchies theme
  2. Go to Appearance → Editor
  3. Click on the Site Title block
  4. Change Text color and/or Link color in block settings
  5. Click Save
  6. Observe the site title's color has not changed on the live site

I also tried changing the colors in Styles, but it did not affect the site title.

What you expected to happen

I expected the site title's color to change when I changed the Site Title block's color settings.

What actually happened

The color did not change.

Browser

No response

Context

#36825179-hc

Platform (Simple, Atomic, or both?)

Simple, Atomic

Other notes

No response

Reproducibility

Consistent

Severity

Some (< 50%)

Available workarounds?

Yes, difficult to implement

Workaround details

This CSS makes the site title use the block's color settings:

.site-header h1 a {
  color: inherit;
}

donalirl avatar Sep 19 '22 02:09 donalirl