But your community is hosted by discourse.org?
I see a lot of stylesheets here…
Try open the stylesheet that start with this description:
// Theme: Migrated from Site Text
// Target: common scss
// Last Edited: 2017-04-26 14:19:44 UTC
/* Discourse overrides ------------------------------------ */
You need to comment out the line 1297
[aria-hidden="true"] {
display: none !important;
}
(add /* before [
and add */ after }
)
It works for me, and then pray that your predecessor come back to explain you all the changes he made.
Please, note that this is not a real fix, only a momentary workaround to let your users click on the buttons. You need to review your customizations.
The result: