removing bootstrap

General questions relating to Joomla! 5.x.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting.
Forum Post Assistant - If you are serious about wanting help, you should use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10
Post Reply
erick-b
Joomla! Explorer
Joomla! Explorer
Posts: 301
Joined: Tue Feb 17, 2015 10:25 am

removing bootstrap

Post by erick-b » Fri May 10, 2024 1:02 pm

Hi

I cant find any effective method to remove bootstrap from frontend
unset doesn't work

thanks

Mr. Wimpy
Joomla! Explorer
Joomla! Explorer
Posts: 461
Joined: Fri Dec 02, 2005 10:46 am
Location: The Netherlands

Re: removing bootstrap

Post by Mr. Wimpy » Sat May 11, 2024 11:16 am

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');


Post Reply

Return to “General Questions/New to Joomla! 5.x”