I need to add a custom CSS file to Magento that then is used site-wide. I know you have to add this to a local.xml file, however, the stylesheet I add is just not loaded.
Anyone that can help?
Here is what I've added to my local.xml file:
<?xml version="1.0"> <layout> <default> <reference name="head"> <action method="addCss”><type>skin_css</type><file>css/javcustom.css</file></action> </reference> </default> </layout> I know there are a lot of topics on this here, but I've tried all of them and I just can't get it to work...