Open tanjoymor opened 2 weeks ago
I can replicate. The site title and categories link color is set via theme.json, and weirdly, cannot be reset via the editor :| It also cannot be overriden on the block level.
I fond a Gutenberg issue that seems to cover this case: https://github.com/WordPress/gutenberg/issues/66148
Ok, I think I might have been wrong there - I tested this with TT4 by adding the styles for Title block to the theme.json file, but I was still able to override them on the block level.
I believe the issue stems from the fact that there are block level styles applied to the title and terms block. Removing them doesn't impact the default appearance, but allows changing the colors. I will have a fix for this shortly.
Quick summary
Specifically on the first Query Loop block that is included in the Front Page template of the Spiel theme, changing the Link color doesn't hold after you refresh, for either the Title block or the Categories block. This seems to be a very specific issue to the design and this one particular instance of the Query Loop block.
Steps to reproduce
A clear and concise description of what you expected to happen.
I expected the color I switched to to remain as the active applied color.
What actually happened
The color reverts back to the default color.
https://github.com/user-attachments/assets/82cafaed-0476-471f-b590-41631c9db2f2
Impact
Some (< 50%)
Available workarounds?
Yes, difficult to implement
If the above answer is "Yes...", outline the workaround.
I have not tried creating a custom CSS class to see if CSS could override this.
Delete the included Query Loop and add a new one, the new instance works as expected (but is no easy feat for many users to reconfigure properly).
Platform (Simple and/or Atomic)
Simple, Atomic
Logs or notes
No response