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
Post a Comment