Get an access to all 94 items designed and developed by AS Designing team plus all the future items which will be released over the course of your club subscription. Price starting from $59.00
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.
You have to put it before </head> closing tag.
Regards, AS Team.