Jump to content


Photo

Need help to remove Category title above top menu module


  • Please log in to reply
3 replies to this topic

#1 Ech0_Phyb3r

Ech0_Phyb3r

    Newbie

  • Members
  • Pip
  • 2 posts

Posted 09 October 2014 - 04:47 PM

Hi I installed a theme and added some of my own top menu css but now I have this

 

 help.jpg

 

In which file do I find this codeing <div class="cat-title">Categories</div>  ???



looking for the best presta addons with outstanding support? check this: PrestaShop Modules

#2 vekia

vekia

    Advanced Member

  • Members
  • PipPipPip
  • 10166 posts

Posted 09 October 2014 - 08:41 PM

you can find it in blocktopmenu.tpl file located:

1) in theme directory, in modules subdirectory

2) in blocktopmenu module directory: modules/blocktopmenu/


free tutorials, free templates, free addons, prestashop modules MndfRK4.png  lpHMrZ5.png  gtKHYO7.png  google-48.png


#3 Ech0_Phyb3r

Ech0_Phyb3r

    Newbie

  • Members
  • Pip
  • 2 posts

Posted 10 October 2014 - 07:34 PM

This is the only code contained in that file 

 

{if $MENU != ''}

</div>
 
<!-- Menu -->
<div class="sf-contener span12">
<ul class="sf-menu clearfix">
{$MENU}
{if $MENU_SEARCH}
<li class="sf-search noBack" style="float:right">
<form id="searchbox" action="{$link->getPageLink('search')|escape:'html'}" method="get">
<p>
<input type="hidden" name="controller" value="search" />
<input type="hidden" value="position" name="orderby"/>
<input type="hidden" value="desc" name="orderway"/>
<input type="text" name="search_query" value="{if isset($smarty.get.search_query)}{$smarty.get.search_query|escape:'htmlall':'UTF-8'}{/if}" />
</p>
</form>
</li>
{/if}
</ul>
 
<!--/ Menu -->
{/if} 
 
 
Don't see the coding that I need to remove?


#4 DEFTONES

DEFTONES

    Advanced Member

  • Members
  • PipPipPip
  • 46 posts

Posted 06 November 2014 - 01:58 PM

this is file from theme directory or from module directory?