I have started to use Drupal 7 for my new web site and think your theme is excellent. I have decided that all my menus will be in the Superfish menu at the top and therefore have no need for what looks like the default Main menu. I have attached a screen shot that has the offending menu circled in Red.

Can you tell me if there is a simple way to switch this off or do I have to resort to code and creating an override for it? i would prefer it if the menu was not displayed at all.

Thanks for any assistance

Mark

CommentFileSizeAuthor
danland_menu.JPG56.51 KBtenpinmark
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

danpros’s picture

Hi,

Simply add this in style.css

.breadcrumb {
display:none;
}

Dan

tenpinmark’s picture

Dan,

That was driving me mad, but it has worked.

Someday I will find out the reason why because it should have been simple I think.

So, a massive thank you

Regards Mark

M87’s picture

Thank you Dan. you're awesome.

danpros’s picture

Status: Active » Closed (fixed)

Hi,

You are welcome :)

I will close this.

Dan