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
#20691
Hiding the arrows from ARI Ext Menu 12 Years, 8 Months ago Karma: 0
Hi,

I am building a joomla 1.7 site for a client. The client like the menu very much but has a request. His request is to remove the arrows from the menu.

I have checked the forum and the few tricks mentioned in www.ari-soft.com/ARI-Ext-Menu/13981-disable-the-arrows-on-the-menu.html#14850 didnt work for me.

The link to the dev site is dev.60-40.com/1-7-clean/

Your help is much appreciated
The administrator has disabled public write access.
 
#20693
Re:Hiding the arrows from ARI Ext Menu 12 Years, 8 Months ago Karma: 748
Hello,

Use the next CSS rule:

Code:


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



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

It worked but now I have a empty space where the arrow was. How can I get rid of that space?

Thank you a lot
The administrator has disabled public write access.
 
#20717
Re:Hiding the arrows from ARI Ext Menu 12 Years, 8 Months ago Karma: 748
Add the next CSS rule:

Code:


#header ul.ux-menu li a.ux-menu-link-parent
{
 padding-right: 14px !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#25766
Re:Hiding the arrows from ARI Ext Menu 12 Years, 4 Months ago Karma: 0
Hello. I have read a few of the threads on this topic of removing the arrows and I have put the CSS code you provided in the "CSS Styles" box in the module but the arrows are still there. Why can I not get rid of them?
Thank you.
The administrator has disabled public write access.
 
#25767
Re:Hiding the arrows from ARI Ext Menu 12 Years, 4 Months ago Karma: 748
Hello,

What CSS rule(s) do you use and where we can see a menu?

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12345