<?xml version="1.0"?><layout>
<catalog_category_default> <reference name="head"> <action method="addCss"> <stylesheet>css/bootstrap.css</stylesheet> </action> </reference> </catalog_category_default> </layout>
<catalog_category_default>
<reference name="head">
<action method="addCss">
<stylesheet>css/bootstrap.css</stylesheet>
</action>
</reference>
</catalog_category_default>
</layout>
<?xml version="1.0"?>
<layout>
<remove name="footer.newsletter"/>
+
Sometimes you may want to modify specific views of you store, instead of making changes to all of your store views. You will mostly lik...
<default>
<!--css-->
<reference name="head"> <action method="addCss"> <stylesheet>css/bootstrap.min.css</stylesheet> </action> </reference>
<stylesheet>css/bootstrap.min.css</stylesheet>
</default>
In this article I will show you how to add Boostrap files in Magento using local.xml, ( if you not sure what is local.xml, you will nee...