Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

menu drop down menu

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

With a menu placed in the 'menu' area of the zen grid, the template produces a nice CSS style drop down menu. - Love it!!

If I place a menu in the 'header' area, it becomes a menu list rather than rather than mouse-over drop-down menu.

Is there a way to apply that same mouse-over drop-down style to a menu that is placed in "header4" on the grid?

I hope that makes sense...
  • Shane Rushik's Avatar
  • Shane Rushik
  • LIfetime Developer - Big Bamboo
  • 47 posts
  • Karma: 0
The administrator has disabled public write access.
Hey Shane,

You will need to alter a considerable chunk of css in the theme.css file of the template. basicallym you need to find all the menu styles (commented in the css) and alter the selectors.
As an example,
a menu style with the selector
#nav ul li {....}
can be written as
#nav ul li, #header4 ul li {....}

Hope that helps.
Jason.
  • Jason D's Avatar
  • Jason D
  • 6 Month Developer
  • 2957 posts
  • 12 Thanks
  • Karma: 75
The administrator has disabled public write access.
Actually if you add the module class suffix -superfish it should replicate it for you. You may need to tweak the colours perhaps but it should get the menu dropping down for you.

Anthony
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
Thanks guys. I tried setting the module class suffix -superfish, but no change.

I am going to just go a different direction on this. Thanks for your awesome support!
  • Shane Rushik's Avatar
  • Shane Rushik
  • LIfetime Developer - Big Bamboo
  • 47 posts
  • Karma: 0
The administrator has disabled public write access.
OK, thanks for letting us know Shane.
  • Seth's Avatar
  • Seth
  • Moderator
  • 8358 posts
  • 225 Thanks
  • Karma: 202
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers