Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

How to hide a sub-menu.
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: How to hide a sub-menu.
#20692
Re:How to hide a sub-menu. 13 Years, 1 Month ago Karma: 760
Hello,

Add the next CSS rules:

Code:


LI.ux-menu-item126,
LI.ux-menu-item127
{
 display: none !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#20694
Re:How to hide a sub-menu. 13 Years, 1 Month ago Karma: 0
Hello!

Thanks a lot again! It works!
The administrator has disabled public write access.
 
#20851
Re:How to hide a sub-menu. 13 Years, 1 Month ago Karma: 0
Hello!

Everithing is working on IT (italian) version.

I have now made the UK (english version on my website) but it seems some rules does not works.

I want to hide some submenus from here:

www.piedicosta.com/joomla171610/en/

in particular:

Contact us > request availability > request availability, email sent.

I want to hide this last item. I have seen this is the 257 item, but I cannot hide using this code on the menu.min.css that hyou gave me last time:

Code:

.ux-menu-item257 .ux-menu-arrow,
.ux-menu-item257 .ux-menu-sub



What happen?

Thanks a lot since now for your kind help!
Last Edit: 2011/10/19 14:30 By filippo.
The administrator has disabled public write access.
 
#20853
Re:How to hide a sub-menu. 13 Years, 1 Month ago Karma: 760
Add the next CSS rules:

Code:


LI.ux-menu-item256 .ux-menu-sub,
LI.ux-menu-item256 .ux-menu-arrow
{
 display: none !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#20855
Re:How to hide a sub-menu. 13 Years, 1 Month ago Karma: 0
Thanks a lot!!! You are GREAT!!!
The administrator has disabled public write access.
 
Go to topPage: 12