I'm using the JA Morgan Template on this site: https://northamptonpd.com/
I have the Joomla 4 Accessibility plugins enabled.
When you click on the Accessibility Icon in the lower left hand side - the Increase Text Size and Decrease Text Size do not work.
I'm being told that it's related to the JA Morgan Template.

Can you tell me how to fix this so the Increase Text Size and Decrease Text Size work?
Thank you

Hi @marleyman,

  1. You need remove the css rules below in the custom.css file.
    html {
      font-size: 16px !important;
    }
  2. Remove all font size configuration of the text paragraph. (see below image).

I tried to remove with the browser debug add-on and it worked fine.

Regards,

Write a Reply...
You need to Login to view replies.