Hi. This code comes from default.php of the module.I've searched all the css files for the site.
Help please!
You do not need to delete it. By default, HTML tag has 1rem font size. It is not clear why the module has this code on board. But you can reduce this using a stronger selector.
Example:
Code:
body :is(p, li, ul, td, table) {font-size: 20px !important;}
Statistics: Posted by Pavel-ww — Wed Jan 10, 2024 7:51 am