Hello,

I have the same problem as MARCUSBMA.
Can you please tell me where exactly in template index.php to put the code:


<script type="text/javascript">

var asjQuery = jQuery.noConflict();

asjQuery(window).load(function()
{
if(asjQuery('#colmain #component div').hasClass('category-list'))
{
asjQuery('#colmain #component h2 span.subheading-category').first.remove();
}
});

</script>


Thanks in advance.