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?

Hiding the arrows from ARI Ext Menu
(1 viewing) (1) Guest
Go to bottomPage: 12345
TOPIC: Hiding the arrows from ARI Ext Menu
#26300
Re:Hiding the arrows from ARI Ext Menu 12 Years, 8 Months ago Karma: 760
Provide a link to a page where we can see a menu.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#26302
Re:Hiding the arrows from ARI Ext Menu 12 Years, 8 Months ago Karma: 0
Thanks!

www.xxxx.com
Last Edit: 2012/03/15 13:43 By Bossman45.
The administrator has disabled public write access.
 
#26304
Re:Hiding the arrows from ARI Ext Menu 12 Years, 8 Months ago Karma: 760
Provided CSS rule doesn't work because old version of the module is installed on your site. Use the next CSS rule:

Code:


UL.ux-menu .ux-menu-sub .ux-menu-sub LI A SPAN.ux-menu-arrow
{
 display: none;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#26305
Re:Hiding the arrows from ARI Ext Menu 12 Years, 8 Months ago Karma: 0
Tahnks a ton!! That got rid of one level but the arrows remain on the first sub nav level. I'm looking at the code and am lost why the last fix as no effect on that level. Looks like it should.
The administrator has disabled public write access.
 
#26307
Re:Hiding the arrows from ARI Ext Menu 12 Years, 8 Months ago Karma: 760
Use the next CSS rule if you want to hide the arrow for all sub-menus:

Code:


UL.ux-menu .ux-menu-sub LI A SPAN.ux-menu-arrow
{
 display: none;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#26320
Re:Hiding the arrows from ARI Ext Menu 12 Years, 8 Months ago Karma: 0
Can the arrows be hidden only from the top level items and not from the submenu??
The administrator has disabled public write access.
 
Go to topPage: 12345