php - Remove heading from Superfish Menu Drupal 7 -


i'm working drupal first time, , have been able find answers of other questions, far, on either drupal's forms or via other means. however, can't seem find way remove "main menu" header superfish menu.

i've created region called superfish , added superfish successfully. above menu there

main menu

remove. there doesn't seem way superfish options, , can't seem find in code being appended, or else comment out line. i've searched in superfish.js file 'superfish.module` file , can't seem find it. i'm programmer first , 'web designer' second, getting hands dirty in code not problem, in fact, prefer way.

has else done this? or know should start look?

this html generated @ runtime:

<div id="superfish">     <div class="region region-superfish">         <div id="block-superfish-1" class="block block-superfish contextual-links-region">         <h2>main menu</h2>         <div class="contextual-links-wrapper contextual-links-processed">             <div class="content">                 <ul id="superfish-1" class="menu sf-menu sf-main-menu sf-horizontal sf-style-simple sf-total-items-2 sf-parent-items-1 sf-single-items-1 superfish-processed sf-js-enabled sf-shadow">                 <li id="menu-221-1" class="active-trail first odd sf-item-1 sf-depth-1 sf-no-children">                 <li id="menu-312-1" class="active-trail last sf-item-2 sf-depth-1 sf-total-children-1 sf-parent-children-0 sf-single-children-1 menuparent">                 </ul>             </div>         </div> </div> 

thanks!

i stumbled across real answer... isn't funny 1 tends figure things out when stop thinking them?

the main menu header block title, when editing superfish block first field block title allows 1 override default setting of block title. placing <none> in field, block title no longer displayed.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -