Tuesday, 15 February 2011

Joomla - Override bootstrap.min.css -


Work on Joomla but never should use bootstrap ... I used the templates / mytemplate / css / Created a CSS override with empty bootstrap.css file in bootstrap.css . It works, but doing the same thing for bootstrap.min.css ... no idea?

I know I can just change the name of the media / jui / css bootstrap CSS files, but this is not a permanent solution because whenever I get the Joomla version I update, updates every time.

Finally there were several ways to unset / ignore the css file found, but only this one Joomla used to work on 3.4:

  & lt; Php unset ($ this- & gt; _styleSheets [$ this- & gt; basal. '/ Media / jui / css / bootstrap.min.css']);); ? & Gt;  

No comments:

Post a Comment