Is there a way to work on Joomla without using bootstrap? I have successfully created a CSS override by placing a blank bootstrap.css
file in the
templates/mytemplate/css/bootstrap.css
. However, when I tried to do the same thing for bootstrap.min.css
, it did not work. Any suggestions?
I am aware that I can rename or delete the bootstrap css files in media/jui/css
, but this is not a permanent solution as they are updated whenever I update the Joomla version.