Jump to content

CSS problems after unhooking modules from Header


Recommended Posts

My Categories are hidden (and only in LeftColumn):

 

<div id="categories_block_left" class="block">

<h4>Categories</h4>

<div class="block_content">

<ul class="tree dhtml" style="display: none;">

<script type="text/javascript">

// <![CDATA[

// we hide the tree only if JavaScript is activated

$('div#categories_block_left ul.dhtml').hide();

// ]]>

</script>

</div>

</div>

Edited by Volland (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...