1. Shell
  2. Sherlock Holmes
  3. Commercial Templates
  4. Wednesday, 16 September 2015
  5.  Subscribe via email
Hi Ciaran

Is there any way of turbing off the sub menu feature on the main menu? I need to assign several pages as a sub menu but I don't want them to appear as drop down's when you hover over the button. Any way to do it?

Basically I only want to use the top layer of my menu. Eg, in the attached image I only want the Transport to show and not the General Transport sub menu.

Thanks
Shell
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Shell

Sure. Simply add the following to the Custom CSS field of your templates parameters...


.hornav ul ul {
display: none !important;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Cheers Ciaran! Superstar :cheer:
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks Ciaran, cracked that! On another menuy related item, is it possible to darken the backgrounds on the menu buttons?
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Shell

Would you have a URL to an example of your menu buttons?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Still in development at the mo, screenshot attached. I'd just like to darken the background on the buttons if at all possible?
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Sure...

Try adding the following to the Custom CSS field of your templates parameters...


.hornav > ul > li > a {
background-color: rgba(0, 0, 0, 0.5);
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 6
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!