themes
themes copied to clipboard
[Bug]: Munchies - Site Title Color does not change
Quick summary
The Site Title block's color settings have no effect on this theme.
Steps to reproduce
- Activate the Munchies theme
- Go to Appearance → Editor
- Click on the Site Title block
- Change Text color and/or Link color in block settings
- Click Save
- 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;
}