Joomla - Override bootstrap.min.css -


working on joomla don't want use bootstrap...ever. created css override blank bootstrap.css file in templates/mytemplate/css/bootstrap.css. worked, doing same thing bootstrap.min.css not work... ideas?

i know can rename or delete media/jui/css bootstrap css files, isn't permanent solution since updated every time update joomla version.

finally found it. there several ways unset/ignore css file, 1 worked on joomla 3.4:

<?php unset($this->_stylesheets[$this->baseurl .'/media/jui/css/bootstrap.min.css']); ?> 

Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

gradle error "Cannot convert the provided notation to a File or URI" -

python - NameError: name 'subprocess' is not defined -