Go to the sidebar -
Extensions > Install > Discover > select Accessibility module and click install on the top.
Then go to -
Extensions > Modules > Click Administrator button > Click new > Select Accessibility module > Choice position as status > Click Save.
Now the accessibility module on the top bar. Click on it and it brings the accessibility settings panel on the right side. On content scaling section you can click on + or - buttons and these clicks take all the elements and increase or decrease the font size individually. But as the template uses rem as a measurement unit so it is not needed to increase or decrease each and every element rather than just increase or decrease the HTML element's font size.
Expected result
Increase or decrease the HTML element's font size.
Actual result
Increase or decrease each and every element's font size.
Steps to reproduce the issue
Go to the sidebar -
Extensions > Install > Discover > select Accessibility module and click install on the top.
Then go to -Extensions > Modules > Click Administrator button > Click new > Select Accessibility module > Choice position as status > Click Save.
Now the accessibility module on the top bar. Click on it and it brings the accessibility settings panel on the right side. On content scaling section you can click on
+ or -
buttons and these clicks take all the elements and increase or decrease the font size individually. But as the template usesrem
as a measurement unit so it is not needed to increase or decrease each and every element rather than just increase or decrease theHTML
element's font size.Expected result
Increase or decrease the
HTML
element's font size.Actual result
Increase or decrease each and every element's font size.