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


Recent Events
  • 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.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


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
#25981
Re:Hiding the arrows from ARI Ext Menu 12 Years, 4 Months ago Karma: 0
Hello. I've tried putting the following separately into the "CSS Styles" text window in the module settings.

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

and

#nav .ux-menu .ux-menu-arrow
{
display: none;
}

Neither one works. The website is www.frontierhealth.ca. The top menu is the problem. Thanks.
The administrator has disabled public write access.
 
#25986
Re:Hiding the arrows from ARI Ext Menu 12 Years, 4 Months ago Karma: 748
Add the next CSS rule:

Code:


#hornav SPAN.ux-menu-arrow
{
 display: none;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#25987
Re:Hiding the arrows from ARI Ext Menu 12 Years, 4 Months ago Karma: 0
Thanks! Didn't figure I needed to specify the position.
The administrator has disabled public write access.
 
#26295
Re:Hiding the arrows from ARI Ext Menu 12 Years, 3 Months ago Karma: 0
Thanks for the thread. I only need to tturn off the arrows on sub menu items of which I have 3 levels. The last level does not show the arrows. What is the CSS solution for this?
The administrator has disabled public write access.
 
#26296
Re:Hiding the arrows from ARI Ext Menu 12 Years, 3 Months ago Karma: 748
Hello,

Try to add the next CSS rule:

Code:


UL.ux-menu LI A.ux-menu-link-level-2 SPAN.ux-menu-arrow
{
 display: none;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#26299
Re:Hiding the arrows from ARI Ext Menu 12 Years, 3 Months ago Karma: 0
I tried this but am still getting the the arrow on the sub nav.

ul.ux-menu li a.ux-menu-link-level-2 span.ux-menu-arrow
{
display: none;
}
The administrator has disabled public write access.
 
Go to topPage: 12345