My eyes apparently aren’t what they used to be, is there an addon or script that can change the error text to be more visible? (larger, more centered, different font/color, etc)
I’ve used Leatrix Plus for adjustments of text. I have trouble with the quest and mail text being tiny and it addresses those fields directly. It only hides/shows error messages but perhaps something under WoW’s settings> Accessibility would help there?
The add-on mentioned above doesn’t directly solve your problem but thought this might help with other text areas that can be problematic for eyes that “aren’t what they used to be.”
You can probably do something like this:
/run UIErrorsFrame:ClearAllPoints()
/run UIErrorsFrame:SetPoint(“CENTER”,UIParent,“CENTER”, -400, 360)
/run UIErrorFrame:SetScale(1.2)
and just fiddle with the scale and position. Not sure if you can change the text colour, but maybe someone knows!