One thing that is really screwing with us on presentation, however, is the way the Flarum is coded to handle the tag colors in the Hero.
For example, look at this discussion, which is in our "Case studies" primary tag, which we've colored red. If you drag your browser window wide enough—which doesn't even need to be full-width on my 13" laptop—you see the red background sticking out behind our custom blue background on the left and right margins of the Hero, and it does not look nice.
We don't want that, and there seems to be no way to override it because the background-color
is set as in inline style. I've tried figuring out if I can hide the red background by making the child div with our blue background go full width and cover it up, but no matter what I try and fiddle with and target, nothing works. Grrr...
I realize the tag colors are part of the default behavior, but at least let us be able to customize the Hero, like we want to do, without the colors being forced through in that location.
Am I making sense?
Someone will probably tell me to go build an extension, which I don't know how to do. But more to the point, this should be fixed in core, IMO, so that anyone can easily override it in the CSS.