Hi, How do I remove the country from the head of my site? Is it a setting in Magento?
See screen grab
Thanks
You can remove language selector from header by adding this to your theme's local.xml
<default> <reference name="header"> <remove name="store_language"/> </reference> </default>
Hi Stike,
You can comment below block code from your themes page.xml
Ex:-
<!--<block type="page/switch" name="store_language" as="store_language" template="page/switch/languages.phtml"/>-->