1. mabutaha
  2. Sherlock Holmes
  3. Commercial Templates
  4. Wednesday, 30 April 2014
  5.  Subscribe via email
Dear Cianan,

I need to have a link for a page inside another page (please check http://leangene-jo.com/index.php/suppliers-gallery) as I have linked a page at the bottom (where More Suppliers box is). That is not a problem but I don't want the linked page (http://leangene-jo.com/index.php/suppliers-gallery/more-suppliers) to appear on my menu (under Suppliers Gallery tab). How can I hide that one without affecting other menu tabs/sub-menus?

Thanks,
Mai
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Mai

To hide this menu item try adding the following to the Custom CSS field of your templates parameters..


#subMenusContainer .item-558 {
display: none;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you!! That worked.

Only one problem - I still can see a small drop-down background window like this


While I think it should be like this



Any idea?

Thanks,
Mai
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Mai

Try setting the menu item as a parent menu item rather than a submenu and then change your CSS to the following...


#hornav .item-558 {
display: none;
}


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


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