What template do you use?
Does it use the Web Asset Manager?
Look in your template's index.php for lines starting with $wa->
Use this:
$wa->disableStyle('name-of-style');
$wa->disableScript('name-of-script');
i.e. $wa->disableStyle('bootstrap');
Does it use the Web Asset Manager?
Look in your template's index.php for lines starting with $wa->
Use this:
$wa->disableStyle('name-of-style');
$wa->disableScript('name-of-script');
i.e. $wa->disableStyle('bootstrap');
Statistics: Posted by Mr. Wimpy — Sat May 11, 2024 11:16 am