5

I have created a menu using Superfish containing the following items: "Menu 1," "Menu 2," "Menu 3," and "Contact."

When I click on each menu, the heading title is displayed. I want to hide the contact menu title. i was trying to hide it from the block but each menu doesn't have a block title.

enter image description here

How can I hide only the "Contact" menu heading title?

3 Answers 3

8

You should:

  • select the Structure->Blocks menu;
  • from the blocks list, click on "configure" next to your menu block;
  • specify <none> as block title.
0
1

A simple way: you can hide it by CSS, setting display:none to title.

1
  • i tried that, it hides all menus tittle but i wana hide a specific. Commented May 12, 2011 at 11:08
-1

It works

.is-active:before { font-family: FontAwesome; content: "\f015"; }

This doesn't work display:none

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.